S
Stacy
I have a combo box that triggers another(popup)form based
on choices made by user. In order for a user to trigger
the second form, he/she would have to choose either 1 or 2
from the combo box. I have the following DoCmd written to
trigger the form but I need assistance on the WHERE
condition. Any help would be appreciated!
Private Sub OutDeath_AfterUpdate()
DoCmd.OpenForm "Treatment"
End Sub
Thank you!!
on choices made by user. In order for a user to trigger
the second form, he/she would have to choose either 1 or 2
from the combo box. I have the following DoCmd written to
trigger the form but I need assistance on the WHERE
condition. Any help would be appreciated!
Private Sub OutDeath_AfterUpdate()
DoCmd.OpenForm "Treatment"
End Sub
Thank you!!