Error 2101 RecordSource not alterable??

V

vbasean

I'm getting an error 2101 on setting my recordsource? Any clue why?

I get it if I set it to any string value of a table or query name.

i.e.

Me.RecordSource = "tblDonors"
 
V

vbasean

I'm getting an error 2101 on setting my recordsource?  Any clue why?

I get it if I set it to any string value of a table or query name.

i.e.

Me.RecordSource = "tblDonors"

Never mind. Fluke instance in Access. Access crashed and then it
started working.
 
Top