Help!
I need to refer to a query called "UserID Query" to create a record set!!!
I thought this would work but it seems to be locking out my database...
It's possible that this is good and the error is elsewhere but at this time this is where I'm looking.
Thanks for all your help!!!
~Kit
I need to refer to a query called "UserID Query" to create a record set!!!
I thought this would work but it seems to be locking out my database...
Code:
SQL = "[UserID Query]"
Set rst = DBEngine(0)(0).OpenRecordset(SQL)
It's possible that this is good and the error is elsewhere but at this time this is where I'm looking.
Thanks for all your help!!!
~Kit