G
Guest
I have a check box on a main form. I want the recordsource of a combobox in
the subform to update when someone clicks on it. Here's my code:
Private Sub Check59_Click()
Me.[Form].[Time Cards Subform].[ProjectID].Requery
End Sub
The error I get is:
Object doesn't suport this property or meathod.
Thanks in advance for any suggestions.
the subform to update when someone clicks on it. Here's my code:
Private Sub Check59_Click()
Me.[Form].[Time Cards Subform].[ProjectID].Requery
End Sub
The error I get is:
Object doesn't suport this property or meathod.
Thanks in advance for any suggestions.