Viewing Records in a Form

  • Thread starter Thread starter Maria Williams
  • Start date Start date
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!
 
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.
 
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...?
 
Back
Top