I'll do my best to clearly describe this - any help would be GREATLY appreciated!
2 tables: Qualification and ClientInfo.
2 forms: Qualifier (main form - from Qualification) and QualifierSub (subform - from ClientInfo)
Qualifier contains fields to enter general info about a particular client including "ReqNumber" and a "Client Number" drop-down which pulls all of the client numbers from the ClientInfo table.
QualifierSub contains fields such as "Insureds", Inforce premium", etc. which are auto-populated based on the client number selected (all corresponding data is in the ClientInfo table). This is accomplished via a query called ClientDetail - based on the ClientInfo table.
The query contains all of the fields from the ClientInfo table and the criteria for the ClientNumber field is [Forms]![Qualifier]![ClientNumCombo].
HERE'S THE PROBLEM:
The subform works fine (populates the fields based on the Client Number selected from the drop-down) however, I cannot seem to link this subform to the main form.
I tried adding "ReqNumber" to the ClientInfo table (and QualifierSub form) and tried to link but the subform would not work properly (wouldn't auto-populate).
I removed ReqNumber from the QualifierSub and the fields auto-populate but the client detail isn't saved with that particular record.
This seems like some logical/simple functionality that Access would handle (although, every time I say that it turns out to be super difficult).
PLEASE HELP!!!
2 tables: Qualification and ClientInfo.
2 forms: Qualifier (main form - from Qualification) and QualifierSub (subform - from ClientInfo)
Qualifier contains fields to enter general info about a particular client including "ReqNumber" and a "Client Number" drop-down which pulls all of the client numbers from the ClientInfo table.
QualifierSub contains fields such as "Insureds", Inforce premium", etc. which are auto-populated based on the client number selected (all corresponding data is in the ClientInfo table). This is accomplished via a query called ClientDetail - based on the ClientInfo table.
The query contains all of the fields from the ClientInfo table and the criteria for the ClientNumber field is [Forms]![Qualifier]![ClientNumCombo].
HERE'S THE PROBLEM:
The subform works fine (populates the fields based on the Client Number selected from the drop-down) however, I cannot seem to link this subform to the main form.
I tried adding "ReqNumber" to the ClientInfo table (and QualifierSub form) and tried to link but the subform would not work properly (wouldn't auto-populate).
I removed ReqNumber from the QualifierSub and the fields auto-populate but the client detail isn't saved with that particular record.
This seems like some logical/simple functionality that Access would handle (although, every time I say that it turns out to be super difficult).
PLEASE HELP!!!