stevehatpa
Technical User
I am working with a client who uses Microsoft Access 2000 on an XP machine. We have made a Macro for the client that calls upon a detailed query and eventually exports the data to Excel form.
How can I have a "combo box", or some other window, automatically open for the client at the beginning of the Macro process that will ask for a couple of variables? For instance, they need to specify the Year and District for the set of queries. The client does have any technical skills, so I cannot depend on him to open the queries to specify the Year and District on his own. Due to the client's money constraints, I am trying to do this myself instead of a programmer.
The two variables reside in two places, which are involved in the overall query:
[Active Parcels]![Year_Id] and [All County]![Dist_City]
Is it possible to do this within the Macro Design View and without VB being involved?
I'm happy to provide any more info if needed. Thanks in advance.
-Steve
How can I have a "combo box", or some other window, automatically open for the client at the beginning of the Macro process that will ask for a couple of variables? For instance, they need to specify the Year and District for the set of queries. The client does have any technical skills, so I cannot depend on him to open the queries to specify the Year and District on his own. Due to the client's money constraints, I am trying to do this myself instead of a programmer.
The two variables reside in two places, which are involved in the overall query:
[Active Parcels]![Year_Id] and [All County]![Dist_City]
Is it possible to do this within the Macro Design View and without VB being involved?
I'm happy to provide any more info if needed. Thanks in advance.
-Steve