Hi
I need help with a query and vba if possible.....
I need to create a query that selects all from a table where two fields are the values returned in a function residing in its own module.
Once I have returned this query I then need to run another query to group and count the number of occurrences returned.
Upon having this I want to then add the returned information to a listbox (this part I can do)
All of the above I have achieved using the design view in Access but I need to do programmatically.
Any help would be appreciated.
Thanks
Carl
I need help with a query and vba if possible.....
I need to create a query that selects all from a table where two fields are the values returned in a function residing in its own module.
Once I have returned this query I then need to run another query to group and count the number of occurrences returned.
Upon having this I want to then add the returned information to a listbox (this part I can do)
All of the above I have achieved using the design view in Access but I need to do programmatically.
Any help would be appreciated.
Thanks
Carl