Hi
I need to do a small development in MS-Access.
I have a table with the field names of Doctor_Name and Specialization.
I want to create a form with the below requirements.
Display the details in a grid.
Add a text box above the grid and write a code to the change_event of the text box to perform the search.
Note :- I have done this in Visual Basic using the LIKE statement (SQL)
Pls be kind enough to advice me to perform the above task in MS-Access
Regards
Subash Balendran
I need to do a small development in MS-Access.
I have a table with the field names of Doctor_Name and Specialization.
I want to create a form with the below requirements.
Display the details in a grid.
Add a text box above the grid and write a code to the change_event of the text box to perform the search.
Note :- I have done this in Visual Basic using the LIKE statement (SQL)
Pls be kind enough to advice me to perform the above task in MS-Access
Regards
Subash Balendran
Comment