Hello,
This is my first time to write VB code. I want to open a new form to enter data if I choice a specific value for a field from a dropdown list. So I wrote the following VB code:
Private Sub Combo78_AfterUpdate()
if FATALISM_Q6="Accu"
then DoCmd.OpenForm "Accu"
End If
End Sub
This one has problem to be used since it can not pass VB editor. But I don't know how to figure it out. Is there any one can tell me how to figure that out?
Many Thanks........!
DD sf