C
Chris
I have a form that has a search capability. The user puts in the account
number and it sends a pass through query to a SQL Server to retrieve the
data. The data then populates the form by changing the forms source to the
query. If the query doesn't retrieve any data the form goes blank. The text
boxes and buttons all disappear and all you see if the completely blank form.
I need a way to test the query before the source changes so the form doesn't
go blank.
Any ideas would be appreciated.
Thanks,
-Chris
number and it sends a pass through query to a SQL Server to retrieve the
data. The data then populates the form by changing the forms source to the
query. If the query doesn't retrieve any data the form goes blank. The text
boxes and buttons all disappear and all you see if the completely blank form.
I need a way to test the query before the source changes so the form doesn't
go blank.
Any ideas would be appreciated.
Thanks,
-Chris