N Newguy28 Registered User. Local time Today, 06:30 Joined Sep 27, 2005 Messages 25 Sep 28, 2005 #1 Hey guys, Bit of a nightmare, put loads of information into my database, and when i look in the table all information is still there but can not get it to be displayed in my form, what has gone wrong??
Hey guys, Bit of a nightmare, put loads of information into my database, and when i look in the table all information is still there but can not get it to be displayed in my form, what has gone wrong??
Pauldohert Something in here Local time Yesterday, 22:30 Joined Apr 6, 2004 Messages 2,101 Sep 28, 2005 #2 There was a question along these lines a couple of days ago - the solution was to turn the forms property dataentry to NO. Alternatively does the query, which the form is based on return the correct records? Paul
There was a question along these lines a couple of days ago - the solution was to turn the forms property dataentry to NO. Alternatively does the query, which the form is based on return the correct records? Paul
ghudson Registered User. Local time Today, 01:30 Joined Jun 8, 2002 Messages 6,194 Sep 28, 2005 #3 Verify the record source [SQL] is correct in your form for it must not be if the data is in the table but not in the form.
Verify the record source [SQL] is correct in your form for it must not be if the data is in the table but not in the form.
N Newguy28 Registered User. Local time Today, 06:30 Joined Sep 27, 2005 Messages 25 Sep 28, 2005 #4 Thanks guys, all sorted now!!