I'm trying to put together a simple inventory database - the one table has 4 columns, 3 are text, and the primary key is an autonumber that is insignificant to the data.
I need to have a form where you can type in a keyword or part, click a search button, and it searches one column, then returns the row that it is associated with. I've tried reengineering about 8 database/form templates and examples off the web, but none have worked and I can not figure out why!
Any help is greatly appreciated.
I need to have a form where you can type in a keyword or part, click a search button, and it searches one column, then returns the row that it is associated with. I've tried reengineering about 8 database/form templates and examples off the web, but none have worked and I can not figure out why!
Any help is greatly appreciated.