Hi, been a while since i was on this.
Im creating a label making program, one which uses information on an Access Database to compile its information.
Basically you type a part number and it automatically fills in the information in the appropriate fields on another form which then prints to the label.
In the Database there are 4 fields i need to search or .find
[No]
[Description]
[Description2]
[Description3]
I have created a simple Dataenvironment to connect to my database and have use a .find meathod of searching, however the .find meathod only searchs one column in the database and i need it to search all 4. Ive also tried to use a .filter meathod but im afraid i can't figure out how to stucture this meathod as i would like to have the capabilities of only typing in a few letters/numbers and having it perform the search anyway.
Can anyone help?
Thanks in advance...
Im creating a label making program, one which uses information on an Access Database to compile its information.
Basically you type a part number and it automatically fills in the information in the appropriate fields on another form which then prints to the label.
In the Database there are 4 fields i need to search or .find
[No]
[Description]
[Description2]
[Description3]
I have created a simple Dataenvironment to connect to my database and have use a .find meathod of searching, however the .find meathod only searchs one column in the database and i need it to search all 4. Ive also tried to use a .filter meathod but im afraid i can't figure out how to stucture this meathod as i would like to have the capabilities of only typing in a few letters/numbers and having it perform the search anyway.
Can anyone help?
Thanks in advance...