Access Database -Creating a Data Input Form

时间:2016-04-04 18:13:31

标签: forms ms-access

I'm working on a Microsoft Access homework project. My question is: how to to make a data input form like:

"a. Construct a form that will collect sales data as input, and post it to the Sales table. Try to determine how to lock the existing records in the involved tables, so that the data in those records cannot be modified in the Form. In other words, the Form is to be used only for entering new sales and reviewing existing/previous sales, but not for altering existing records."

I've searched for tutorials on how to make forms but they are all extremely basic and don't provide enough details to help me reach the requested result. Is there a template or a design trace close to the requested form?

1 个答案:

答案 0 :(得分:0)

将表单的属性 AllowEdits 设置为 False

但这是糟糕的设计。当您保存新记录并注意到拼写错误或其他内容时,您无法对其进行编辑。