PDA

Click to See Complete Forum and Search --> : Problem with entering data..??


jeffro
Sep 25th, 2000, 09:33 AM
Hello everyone,

I just changed a few things in my database to make it run better and smoother. Well now in my vb program, which is connected to the database, two of my forms will not take the data that I try to enter. When I enter data into a text box on the form and press tab the data disappears. I can't seem to figure out why. I have made sure the connection is right and checked the record source too. Does anyone have any ideas?

Thanks Aja

snhuskey
Sep 25th, 2000, 01:37 PM
are you sure you dont have any code to clear the text boxes in the keyup keypress or keydown events? I did that on mistake once :)

jeffro
Sep 25th, 2000, 01:56 PM
thanks for responding to my question, but I someone suggested that I use num_recs > 1 and num_recs < 1 in an if statement to check and see if there were any records present or not.

Thanks again