I have a form with and subform on a tab page. I am using AcformEdit in the code to open the form. I can change the data on the main form but cannot change data on the subform.
The forms are properly linked and on a field named "Audid Id". The correct data appears on the subform. Both forms are based on queries but none of the fields for the subform are in the main form query and none of the fields for the main form are in the subform query.
I use a similar method to the records but put the subform information in a temp table then append the data to the perminate table when the data is saved.
The forms are properly linked and on a field named "Audid Id". The correct data appears on the subform. Both forms are based on queries but none of the fields for the subform are in the main form query and none of the fields for the main form are in the subform query.
I use a similar method to the records but put the subform information in a temp table then append the data to the perminate table when the data is saved.