S
Steve Scott via AccessMonster.com
You'd think this would be easy but I cannot seem to get the correct
approach. I have a button that closes a form, sets the "security level" of
the user, and opens a menu. If the user level is equal to "administrator"
(from a table not from Access Security) then I want to run a query that
returns a list of documents that are due for auditing. I have the query
working fine. I don't really want the user to see the query results, I
just want a message box with an "okay" that says: Document:
[DocumentNumber] & [DocumentName] & " is due for audit." There needs to be
one message box for each record returned by the query. I'm purposely not
including my code since I think I'm going about it all wrong. Any ideas?
Eternally grateful,
Steve
approach. I have a button that closes a form, sets the "security level" of
the user, and opens a menu. If the user level is equal to "administrator"
(from a table not from Access Security) then I want to run a query that
returns a list of documents that are due for auditing. I have the query
working fine. I don't really want the user to see the query results, I
just want a message box with an "okay" that says: Document:
[DocumentNumber] & [DocumentName] & " is due for audit." There needs to be
one message box for each record returned by the query. I'm purposely not
including my code since I think I'm going about it all wrong. Any ideas?
Eternally grateful,
Steve