Retreiving data with matching input - 11/10/2005 8:27:11
I have a database designed in MS Access 2003, I have also a web page designed in Front Page 2003. I want to retrieve a specific data in field in that database with matching input in the web page.
For example; If I have two fields in the data base with the headers Name and ID_NO, then I can get the exact ID_NO of that Name once I requested it in my web page and vice versa.
So in my web page I have an input text box which can be Name or ID_NO and out put box which can be also Name or ID_NO regarding the query.