I have been at this all week now and I need some help if possible: (using Access 2010 and not a web database)
I have a form that I dropped a combo box on, I need it to display two columns as choices in the drop down, the Week End date which is defined within my table and the Client Contact which is also defined.
I utilized the Form Query Builder for the combo box and stated to show the two columns in ascending order and placed the criteria of the Client Contact as "Is Not Null" as I only want to display those records that contain data in this column as a choice.
If I run the query within the form it displays all records that contain a Client Contact.
Here is where my problems begin: (maybe they began prior to this and I just don't know it)
At this point I go back to the form and need to run a report I have built to only display these records but actually I want the report to only populate the selected record from the combo box within the form.
What is the process I need to follow to get this working? Can I call/reference the query built within the form somehow or do I need to call a different query or can I call the report to be created from the combo box selection directly?
Your help is greatly appreciated.
I have a form that I dropped a combo box on, I need it to display two columns as choices in the drop down, the Week End date which is defined within my table and the Client Contact which is also defined.
I utilized the Form Query Builder for the combo box and stated to show the two columns in ascending order and placed the criteria of the Client Contact as "Is Not Null" as I only want to display those records that contain data in this column as a choice.
If I run the query within the form it displays all records that contain a Client Contact.
Here is where my problems begin: (maybe they began prior to this and I just don't know it)
At this point I go back to the form and need to run a report I have built to only display these records but actually I want the report to only populate the selected record from the combo box within the form.
What is the process I need to follow to get this working? Can I call/reference the query built within the form somehow or do I need to call a different query or can I call the report to be created from the combo box selection directly?
Your help is greatly appreciated.