J jamesT Registered User. Local time Today, 11:48 Joined Mar 5, 2003 Messages 16 Apr 13, 2003 #1 If you have the fields from a query on a form can you not show the records through those fields. I only want the user to be able to add a record and not see the previos records.
If you have the fields from a query on a form can you not show the records through those fields. I only want the user to be able to add a record and not see the previos records.
R. Hicks AWF VIP Local time Today, 05:48 Joined Dec 23, 1999 Messages 619 Apr 13, 2003 #2 You can open the form in code using the "acFormAdd" argument of the DoCmd.OpenForm method .... ..... or if the form is used exclusively for data entry ... you can set the "Date Entry" property of the form to Yes. HTH RDH
You can open the form in code using the "acFormAdd" argument of the DoCmd.OpenForm method .... ..... or if the form is used exclusively for data entry ... you can set the "Date Entry" property of the form to Yes. HTH RDH