Viewing Records in a Form

M

Maria Williams

I'm a student working on a db project for a class and I'm stuck.

I'm trying to view existing records through the same form that I used to
enter the data, only I can't. The form has a subform and enters data into 5
tables, three of which are subtypes of one of the two remaining tables.

I need help, if anyone is good at subtype implementation and form creation
involving those subtypes please respond!
 
R

Rick Brandt

I'm a student working on a db project for a class and I'm stuck.

I'm trying to view existing records through the same form that I used to
enter the data, only I can't. The form has a subform and enters data
into 5 tables, three of which are subtypes of one of the two remaining
tables.

I need help, if anyone is good at subtype implementation and form
creation involving those subtypes please respond!

If you have the DataEntry property set to True then change that to
False. Then you will see existing records.

The DataEntry property does not have to be true to enter data. Setting
it to True means you ONLY want to enter data.
 
M

Maria Williams

Rick- Currently the Data Entry property is set to "No" - that's how it's
always been and I still can't see the records. Thoughts...?
 

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

Top