Blank records

jamesT

Registered User.
Local time
Today, 11:48
Joined
Mar 5, 2003
Messages
16
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.
 
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
 

Users who are viewing this thread

Back
Top Bottom