Lady Gragor
Registered User.
- Local time
- Tomorrow, 02:21
- Joined
- Nov 4, 2008
- Messages
- 37
Hi, Can anyone see something wrong here? I've done this plenty of times before but for some reason I haved overlooked something and I'm sure it's staring me in the face. I have a form with a combo box named cbo_ProjectName. The subform should populate according to the selection from the combo box (qry_Project) but I'm getting an error. The query qry_Project works on it's own.
Private Sub cbo_ProjectName_AfterUpdate()
'Update the subform
Equipment_SubFrm.Form.RecordSource = "qry_Project"
End Sub
Any suggestions please?
Private Sub cbo_ProjectName_AfterUpdate()
'Update the subform
Equipment_SubFrm.Form.RecordSource = "qry_Project"
End Sub
Any suggestions please?