hello everybody,
I'm new to access and sql so i'm going to need some help with my project.
form1 has a text box to enter key words to search a table and a "search" button.
form2 has a list box to display the resutls based on the search crit.
example database name: exampledb1.
table names: db_table1.
table contains the following fields: search_text field, description field, results field
i need a sql statment in the button(located in form1), that will take the key words entered in text box(located in form1) and search the db_table1.search_text(field) and list the results it found in list box located in form2.
any help u can give me would be greatly appreciated.
I'm new to access and sql so i'm going to need some help with my project.
form1 has a text box to enter key words to search a table and a "search" button.
form2 has a list box to display the resutls based on the search crit.
example database name: exampledb1.
table names: db_table1.
table contains the following fields: search_text field, description field, results field
i need a sql statment in the button(located in form1), that will take the key words entered in text box(located in form1) and search the db_table1.search_text(field) and list the results it found in list box located in form2.
any help u can give me would be greatly appreciated.