简体   繁体   English

在新记录中打开连续表单访问

[英]Open continuous form Access in new records

I use MS Access 2019 to build a single form to add new items details.我使用 MS Access 2019 构建单个表单以添加新项目详细信息。 I tried to add another sub form with continuous view.我尝试添加另一个具有连续视图的子表单。 I tried to find a way so the continuous from opens a new record only, but failed.我试图找到一种方法,使连续 from 仅打开一个新记录,但失败了。 It opens all previous records.它会打开所有以前的记录。 The two forms have no relationship but the data on the continuous form and the form will be added in another table.这两个表格没有关系,但是连续表格和表格上的数据会被添加到另一个表格中。

These did not work:这些没有用:

DoCmd.GoToRecord , , acNewRec
DoCmd.OpenForm FormName:="Form1", DataMode:=acFormAdd

Set the Data Entry property to Yes in the Data tab.Data选项卡中将Data Entry属性设置为Yes

微软访问

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 访问条件格式以获取单个记录上的连续表单 - Access Conditional Formatting for continuous form on individual records 访问VBA打开新表单上的所有记录,但显示指定的记录 - Access VBA Open all records on new form, but show specified record MS Access-表单尝试在打开时创建新记录,并记录有关连续表单的跳转 - MS Access - Form tries to create new record on open and record jumps about a continuous form Access VBA:如何在连续的表单记录上获得自动编号 - Access VBA: how to get auto numbering on continuous form records 面临问题从查询访问中以连续形式插入多条记录 - Facing problems Inserting multiple records in a continuous form in access from a query 允许用户在访问中以连续形式 Select 关闭部分记录 - Allowing User to Select off of Partial Records in a Continuous Form in Access MS Access-通过配电盘打开时连续形式中断 - MS Access -Continuous form breaks when open via switchboard 限制 MS Access 连续表单中新记录的出现 - Limiting appearance of new record in MS Access Continuous Form 隐藏Access 2013连续表单中新行的按钮 - Hide button for new row in Access 2013 continuous form 如果记录不存在,使用 MsgBox 打开表格到新记录或从连续表格中删除记录 - Use MsgBox to open form to new record or delete record from continuous form if the record does not already exist
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM