Hi,
I have a form and a few tables. On my form i have a few text boxes and a cmd button. When clicked the cmd button looks up data in a table (using info in one text box) and then populates other text boxes on my form from corresponding data to the record being looked up.
My code uses the 'find first' code, and it all works with 'numbers', but i want to search a text file. EG. it all works if looking for a number, but it doesnt work if looking for text.
Hope that makes sense, and any suggestions greatly welcome.
I have a form and a few tables. On my form i have a few text boxes and a cmd button. When clicked the cmd button looks up data in a table (using info in one text box) and then populates other text boxes on my form from corresponding data to the record being looked up.
My code uses the 'find first' code, and it all works with 'numbers', but i want to search a text file. EG. it all works if looking for a number, but it doesnt work if looking for text.
Hope that makes sense, and any suggestions greatly welcome.