How can I return selected records from the database using a public variable?? Is it possible. I have tried Select * from tblA where tblA.Field Like '"& Public Variable &"'" -- returns an error. Any suggestions??
Thank You in advance