Subforms not working

KjWhal

Registered User.
Local time
Today, 02:05
Joined
Jan 5, 2007
Messages
60
I'm not quite sure how to explain this.

The application I need to maintain has a regular form, and then a subform on it that is supposed to fill up based on a query, with each record being represented as a row and the columns have various drop down boxes or textboxes etc. Normally there will be a blank row at the very bottom for you to add another record, but its disappeared!

What is wrong and how do I fix it? I haven't tinkered with this at all so I have no idea what is wrong.
 
I suspect either you have "Allow Additions" set to *No* or your SubForm has a NonUpdateable query as a RecordSource.
 
I suspect either you have "Allow Additions" set to *No* or your SubForm has a NonUpdateable query as a RecordSource.

Allow additions is set to yes. The query has never changed since I started working here. And this problem affects every subform in the application, which has several different ones.

Edit: I can't make any changes to the controls that do populate either.
 
Last edited:
Only SubForms on this Form or all of the SubForms on *all* of your forms?
 
Any chance you can post a sample of the db with any sensitive data removed but with enough sample data to demonstrate the problem?
 
Be sure and Compact and Repair and try it before zipping up the db to post.
 

Users who are viewing this thread

Back
Top Bottom