Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem seeing records through a form

Status
Not open for further replies.

jjonesal

Programmer
May 10, 2001
277
US
I have a form frmAnalysisDetails. My switchboard has two entries. One that opens the form in Add mode and another that opens the form in Edit mode.

The option to open the form in Add mode seems to work fine, but the option to open the form in Edit mode, comes up in Add mode. I only see one record in the record navigator (a new blank record). I can add through the form, but then when the record is no longer visible (although it's there in the underlying table).

The form's RowSource is a single table.

I have checked the AllowAdditions, AllowDeletions, AllowEdits, etc. properties for the form and they are all set to Yes.

Does anyone have any ideas on what could be causing my problem? Any help would be greatly appreciate.

Thanks in advance
 
Duh...Nevermind...I didn't check the Data Entry property...

Thanks anyway!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top