I am looking onto creating a database which is basically a search form for my company. I have 3 major questions and would be glad if someone could help since I am not at all familiar with access. I have managed to make the tables and a form to view all the clients and their data but my problem is with the search part of it:
- First I don’t know how to make a search-form, so should I make a query form or should I use a blank form to create it. Also I tried making the search on the form directly, which was obviously unsuccessful, since I don’t know if I should try using the SQL, macro or the code builder.
- Second, I know how to do the single search on queries but my problem is with multiple searches from the same field. I want to run a search based on the location of my client. So I have this column which has name of different countries, and usually 1 client can have more than 1 country listed, if they have subsidiaries. I want to create a search engine where I am able to select in any country/countries and any client in the database that are based in those countries to appear. So the condition is: Search for ‘client location’ in the ‘Client information’ table, where the location is ‘xyz’ or ‘abc’ or ‘def’ or…
- Third how do I make a form appear the first thing as soon as I open my access, like an opening page?
Thanks