Help with error 3067

antitrust

New member
Local time
Today, 05:46
Joined
Mar 18, 2009
Messages
1
Hello

I have a problem with trying when I open a form that shows fields from a table (is linked tot he table fields) not to show any information in the fields. I want them to be blank at first, after to be able so search something and see the specific field information. I don't want from the start to see the first record information in the fields.

Can someone help?
 
Last edited:
It sounds like you need to set the onload event of your form to set your form's recordsource to "", then when your user enters the search criteria use that to build the recordsource for the form and refresh your form to show the new records. I do stuff like this all the time, let me knwo if oyu need help with the VB code.
 

Users who are viewing this thread

Back
Top Bottom