G
Guest
I apologize, but after reading several posts, I'm still having trouble with
the requery method.
Main form: UpdateTask
Combobox on main form - ControlName: Activity
Sub form: AddActivitytoTask
Combobox on sub form - cboSubtask
I have the After Update event of the Activity control set to:
Private Sub Activity_AfterUpdate()
Me.cboSubtask.Requery
End Sub
I want to see only subtasks related to the Activity. I'm still seeing all
subtasks. The Subtask table has an Activity field that is related to the
ActivityType field in the ActivityType table.
Thanks, Mary
the requery method.
Main form: UpdateTask
Combobox on main form - ControlName: Activity
Sub form: AddActivitytoTask
Combobox on sub form - cboSubtask
I have the After Update event of the Activity control set to:
Private Sub Activity_AfterUpdate()
Me.cboSubtask.Requery
End Sub
I want to see only subtasks related to the Activity. I'm still seeing all
subtasks. The Subtask table has an Activity field that is related to the
ActivityType field in the ActivityType table.
Thanks, Mary