OK, forgive me if this has already been answered somewhere but I tried to find it by searching first.
What I am trying to do is to filter data in a form by user. What I want to do is pull up only the users information when said user opens said form. However, I am having issues with this, because when I try to filter, if there is no data already in the table for said user, I get an error.
How can I check the recordset to see if there is any data first? I mean once I run my strSQL, is there a way to check if the recordset exists or not? I mean I know there must be, but what is the syntax to do this?
Thanks,
Gary
What I am trying to do is to filter data in a form by user. What I want to do is pull up only the users information when said user opens said form. However, I am having issues with this, because when I try to filter, if there is no data already in the table for said user, I get an error.
How can I check the recordset to see if there is any data first? I mean once I run my strSQL, is there a way to check if the recordset exists or not? I mean I know there must be, but what is the syntax to do this?
Thanks,
Gary