Locopete99
Registered User.
- Local time
 - Yesterday, 20:56
 
- Joined
 - Jul 11, 2016
 
- Messages
 - 163
 
Hi,
Im trying to create a form with two sub forms.
The first one is a list of activities that need to be done today. This is a series of records with ID numbers.
The second is a form showing the details of the record.
Can you tell me if the below is possible:
1) You click the hyperlink within subform 1 to refresh subform 2 (Simple so far)
2) Subform 2 refreshes and uses the ID number of the clicked record to populate it.
Basically id like to use the criteria from "DoCmd.OpenForm "Frm_debt", acNormal, , "ID=" & Me.Id" and use it on the requery or on load statements.
 Im trying to create a form with two sub forms.
The first one is a list of activities that need to be done today. This is a series of records with ID numbers.
The second is a form showing the details of the record.
Can you tell me if the below is possible:
1) You click the hyperlink within subform 1 to refresh subform 2 (Simple so far)
2) Subform 2 refreshes and uses the ID number of the clicked record to populate it.
Basically id like to use the criteria from "DoCmd.OpenForm "Frm_debt", acNormal, , "ID=" & Me.Id" and use it on the requery or on load statements.