Visual basic function

M

michie

Hi
I have been asked to create a visual basic function that provides a message
if data is missing or does not meet specific criteria.............I'm afraid
I'm scratching my head on this question, can any one help me with this?

Thanks
 
K

Keith

michie said:
Hi
I have been asked to create a visual basic function that provides a
message
if data is missing or does not meet specific criteria.............I'm
afraid
I'm scratching my head on this question, can any one help me with this?

Do your own homework! ;-p

You need to give us much more information about the application and what you
want it to do.

Regards,
Keith.
www.keithwilby.com
 
D

Dr Alok Modi MD

Hi Michie
I can#t help you with VB, but I thnk you need to know that fields can be set
to 'is null ' or ' is not null' and you can design a query to use a filter
for 'Between # mm/dd/yyyy# and #mm/dd/yyyy#'. Then you need not even use VB.
If you could upload more details about the fields in your table and your
table architecture , more people can help you on this.
Dr Alok Modi MD
 
Top