-
Search box help
Hi guys,
i have a search button facility on my vb front end and Access back end. I have a reference number which you type in the search text box and the information in that table i want to retrieve and displayed in the text boxes and then save them in another table in Access.
Any code for it or if i can get some guidance will be much appreciated...
Thank you
-
Re: Search box help
Thread moved to Database Development forum (the "VB6" forum is meant for questions which don't fit in more specific forums)
Welcome to VBForums :wave:
There are many different ways of working with a database from VB6, and any answers we give you are unlikely to be apt if we make the wrong assumption.
How are you currently working with the database? (eg: ADO code/DAO code/ADODC/DAO data control/...)
-
Re: Search box help
You indicated you have a "VB" front end.
Is it VB6 or are you using VB.NET?