S
Sarah
I'm doing some simple data validation on entry on a form. I have a
select query that's triggered on the AfterUpdate property of the Last
Name field on the form. The query searches through all of the records
for matching Last Names and displays matches in a datasheet. How, in
VBA, can I tell it not to show the datasheet if the query doesn't find
any matches?
Thanks in advance,
Sarah
select query that's triggered on the AfterUpdate property of the Last
Name field on the form. The query searches through all of the records
for matching Last Names and displays matches in a datasheet. How, in
VBA, can I tell it not to show the datasheet if the query doesn't find
any matches?
Thanks in advance,
Sarah