I am new to Access, and have search for many post and have set up my database to some of waht i want but I neeed some help to do make it more complex.
What I have, or will have, is about a 30 tables, each table has the same fields, but has different information. Each tabel is compiled of many records, each has about 6 field.
I have created a form that will allow me to search a one table and I use the criteria in the query form to filter the table based on my keyword. Then I get a report with only the recprds that contain my keyword.
But I would like to be able to add checkbox, each checkbox would be the name of one on the many tables. So I owuld check which tabel i want to search using my keyword, and then get a report with records from all tables I checked, but filter them based on my keyword.
I currently do this by entering a keyword in a textbox in my form, and then use a command button to open a report. I set up a query with the criteria set to the path of the textbox.
So i am not sur if this would be the correct database setup, and how could I do this.
Thanks Gman
What I have, or will have, is about a 30 tables, each table has the same fields, but has different information. Each tabel is compiled of many records, each has about 6 field.
I have created a form that will allow me to search a one table and I use the criteria in the query form to filter the table based on my keyword. Then I get a report with only the recprds that contain my keyword.
But I would like to be able to add checkbox, each checkbox would be the name of one on the many tables. So I owuld check which tabel i want to search using my keyword, and then get a report with records from all tables I checked, but filter them based on my keyword.
I currently do this by entering a keyword in a textbox in my form, and then use a command button to open a report. I set up a query with the criteria set to the path of the textbox.
So i am not sur if this would be the correct database setup, and how could I do this.
Thanks Gman