My data is not showing on the form.

T

teg

I have a database with 3 tables in it. I created a form to input data.
Whenever I input data, the records are stored to the tables but I cannot see
the information on the form
 
A

Al Campagna

Teg,
That's a bit confusing. Do you mean you enter a new record of
information, and you see those entries on the form as you type, but after
the record is saved...you can't find, or see, or go to, that record?

Perhaps the DataEntry property of your form is set to YES.

DataEntry = YES only allows users to enter new records, but they can not
access any previously entered record.
What makes me think that might be it is the fact that all your data is in
the table... but you can't get to them through your entry form.

--
hth
Al Campagna
Microsoft Access MVP
http://home.comcast.net/~cccsolutions/index.html

"Find a job that you love... and you'll never work a day in your life."
 
J

John W. Vinson

I have a database with 3 tables in it. I created a form to input data.
Whenever I input data, the records are stored to the tables but I cannot see
the information on the form

Check the Form's properties. Is the Data Entry property set to TRUE? If so,
that's the cause; Data Entry lets you enter new records but does not display
existing ones.

John W. Vinson [MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top