I have a query which runs from three lots of information i enter. This information is as follows
Supplier Name
Start Date
Finish Date
i enter these currently by the automatic pop up boxes when the query is run. However i want to create a form containing all three of these fields and then a 'go' button.
I have created the form containing these by using a combo box for the supplier name and text boxes for the dates but i cant get the button to then read from these and run the query, it still asks me for the fields again when i press the button....
any help? Preferably not in VB codeing if possible!
Thanks in advance!
Supplier Name
Start Date
Finish Date
i enter these currently by the automatic pop up boxes when the query is run. However i want to create a form containing all three of these fields and then a 'go' button.
I have created the form containing these by using a combo box for the supplier name and text boxes for the dates but i cant get the button to then read from these and run the query, it still asks me for the fields again when i press the button....
any help? Preferably not in VB codeing if possible!
Thanks in advance!
Comment