View Full Version : Cannot find record in form?


will
11-08-2001, 11:04 AM
I have a form that I created off an query that pulls information from multiple tables. Specifically, I have a table that has first and last name field, when I run the 'add function', it adds the user to the table, but, when I search for the name from the text box on the main form, it says it cannot find the record, I've been using ACCESS for a while and have not been presented with this error before. Its very perplexing because I can see the record in the table, but my form cant find the record...something is not matching up, but I cannot tell what. Any suggestions?

directormac
11-09-2001, 06:37 AM
Try requerying the form.

wizcow
11-10-2001, 08:21 AM
make sure your form is using the proper record source in the properties box.

diversoln
11-10-2001, 10:43 AM
You may also try a trim operation on the text to be sure there are no hidden spaces.