View Full Version : RecordSource, Error 3008


gwg
12-17-2000, 10:01 AM
In my form open event, When I try to set the RecordSource property like in the examples,
(Me.RecordSource = strSQL) I get the error:
"The table <name> is already opened exclusively by another user, or it is already open through the user interface and cannot be manipulated programmatically. (Error 3008)"

I'm not on a network, not using security.
Just can't figure it out. Anyone got any ideas??
Thanks, Greg.