Could somebody please tell me what is wrong with the following code... I'm using it to change the recordsource on a form when it opens using VBA...
Me.RecordSource = "SELECT Table1.ID, Table1.Name FROM Table1 WHERE (((Table1.Name) Like "Marcus");"
Many Thanks,
Marcus
Me.RecordSource = "SELECT Table1.ID, Table1.Name FROM Table1 WHERE (((Table1.Name) Like "Marcus");"
Many Thanks,
Marcus