View Full Version : Query In Form


TClark14
10-31-2001, 10:03 AM
I have a form set up that has a date and data related to that particular date. I have a command button to search for a specific date using a query which brings up a text box asking the user to enter the date which they are looking for. How do I get the form to go to just go to the slected date on the form without actually bringing up the results of the query in a separate window?

Thanks
Terry

Rich
10-31-2001, 10:48 AM
Assuming your form is based on the query you mention just refresh or requery the form after selecting the date

[This message has been edited by Rich (edited 10-31-2001).]