funderburgh
Registered User.
- Local time
- Yesterday, 21:22
- Joined
- Jun 25, 2008
- Messages
- 118
I have a grade book application for our school with tabbed data sheet forms. Updated data on one data sheet does not appear on another.
The primary job of this application is to input student schedules. Virtually all of the entries in the schedule table are derived from lookup tables to standardize the input.
Included in the tabbed choices are sheets to input new Class and Teacher names to speed input of the schedules. The "Class Name" field in the schedule input is a combo box with the source control of the Class Name Table and the row control of that table's only field, Class Name.
During data entry, I can flip to the "Add New Class Name" form and add a record to that table. The new record shows on that data sheet and I can look behind the application at the table and see the record has been added.
I cannot for the life get the combo box on the New Schedule screen to show the new record. I have been throwing Requery and ShowAll Records on form and object events around like confetti, in macros and code.
The new data only shows if the application is completely closed and restarted.
Any ideas would be warmly welcome.
John Funderburgh
The primary job of this application is to input student schedules. Virtually all of the entries in the schedule table are derived from lookup tables to standardize the input.
Included in the tabbed choices are sheets to input new Class and Teacher names to speed input of the schedules. The "Class Name" field in the schedule input is a combo box with the source control of the Class Name Table and the row control of that table's only field, Class Name.
During data entry, I can flip to the "Add New Class Name" form and add a record to that table. The new record shows on that data sheet and I can look behind the application at the table and see the record has been added.
I cannot for the life get the combo box on the New Schedule screen to show the new record. I have been throwing Requery and ShowAll Records on form and object events around like confetti, in macros and code.
The new data only shows if the application is completely closed and restarted.
Any ideas would be warmly welcome.
John Funderburgh