MsgBox function

dcarr

Trainee Database Analyst
Local time
Today, 17:55
Joined
Jun 19, 2002
Messages
112
Does anyone know how to create a message box function based on the value of a column within a table.
I want to create one within the criteria field of a SELECT query that checks whether the count is greater than one, and if it is displays a message bx informing the userof the actual figure, and the actions they can take ok, cancel, etc.

criteria count > 0 MsgBox.................

I am really stuck!!! Thanks guys
 
Use the DCount Function in VBA.

Search the forum for DCount, Message Box,..
There are lots of similar questions to be found, I'm sure you'll find your answer.

RV
 

Users who are viewing this thread

Back
Top Bottom