GarageFlower
Registered User.
- Local time
- Today, 18:33
- Joined
- May 20, 2004
- Messages
- 108
I have created forms for inputting into my database.
First of all a form opens with a choice of opening up another form displaying certain tables to input into.
On the startup form there is also a text box for the user to type in text and then using a command button filter the next form with what they have typed in.
Firstly when they dont enter anything into the text box but still press the command button this error box appears
"Syntax Error (missing operator) in query expression '[Last Name]='."
Then it just has an ok box
How do i get it come up with the message
"Please enter a Last Name before clicking run"
And then an OK
Secondly, once someone has entered the last name in the text box, pressed the command button, and the filtered form has opened and displayed the results, and then they close the results form and return to the original startup form. The text they entered in the text box is still there. Is there anyway of clearing it each time when they close the filtered form.
Many Thanks
First of all a form opens with a choice of opening up another form displaying certain tables to input into.
On the startup form there is also a text box for the user to type in text and then using a command button filter the next form with what they have typed in.
Firstly when they dont enter anything into the text box but still press the command button this error box appears
"Syntax Error (missing operator) in query expression '[Last Name]='."
Then it just has an ok box
How do i get it come up with the message
"Please enter a Last Name before clicking run"
And then an OK
Secondly, once someone has entered the last name in the text box, pressed the command button, and the filtered form has opened and displayed the results, and then they close the results form and return to the original startup form. The text they entered in the text box is still there. Is there anyway of clearing it each time when they close the filtered form.
Many Thanks