I have three tables with name and keyword fields - tblRefJournals, tblRefBOoks and tblRefInternet. These tables are not related but they are viewable from the same form/subform by clicking the proper radio button.
I would like to create a subset which would contain all the records that contain (SQL LIKE) keywords that a user enters into a textbox.
I can set a filter for the records which will reflect the results of the SQL SELECT statement but I can't figure out how exactly to do the SQL statement. I've never tried to create an SQL for data from unrelated tables before.
Any help appreciated.
Penn
P.S. I'm working in MS Access 2003 (*.mdb) but I don't think that should make any difference.