cstein
11-19-2001, 07:25 AM
Is there anyway i can lock my database so that new entries can only be made via my form.
|
View Full Version : Input data from form only cstein 11-19-2001, 07:25 AM Is there anyway i can lock my database so that new entries can only be made via my form. pdx_man 11-19-2001, 11:22 AM In the properties, set the Allow Additions to Yes and the Allow Edits and Allow Deletions to No [This message has been edited by pdx_man (edited 11-19-2001).] Rich 11-19-2001, 11:56 AM Hide the table, or use security to deny direct access to the table. [This message has been edited by Rich (edited 11-19-2001).] |