Open new form based on event I choose in a combo box.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form that will choose an event. From the list, i want a specific form to open on command related to the event I choose. I don't know how to code this conditional situation
Please help, Meliss
 
DoCmd.OpenForm "FormName", , , , , acDialog


-----Original Message-----
I have a form that will choose an event. From the list,
i want a specific form to open on command related to the
event I choose. I don't know how to code this conditional
situation.
 
Yeah- but if the event choose from the list commands a different form to pop up, then how can you program the event procedure conditionally. I have to figure out a way to program x
Event procedures:
Initial Visit (one per patient
Date of Surgery (multiple per patient

Thus, I want to create a record per event: Initial visit on 1/2/200
Date of surgery: (1) 1/30/2003; (2) 5/23/200
From there, i want to open the form relating to the event, using the date & events as the unique identifier
How shoukd I go about doing that
 
Back
Top