macro to filter data on query

smile

Registered User.
Local time
Today, 14:44
Joined
Apr 21, 2006
Messages
212
Hi, I need to make macro that would open my query (pagrindinis_faktura)
find fieldname "Faktura" then in criteria enter information asked using popup message box. I will enter numbers like 21, 45 etc.

I also need another macro that would reset so it would not filter anything.
 
all you need to do for that is within the query put an unknown variable for the criteria, and then whenever the query is opened, it will prompt for the variable, no macros involved :)
 

Users who are viewing this thread

Back
Top Bottom