J
janetb
Have a parent form (frmWebEvent) that loads a specific event based on a key
field (zEID). I have two list box controls on the form that need the be
restricted to reflecting just those items based on the key. When I specify
zEID=[forms]![frmWebEvent]![zEID] in the list box row source to limit the
reflected rows, I then get a parameter prompt upon closing of the form
frmWebEvent requesting the paramter for [forms]![frmWebEvent]!zEID. It
doesn't matter which list box I place the criteria into - either will produce
the prompt. I've done this on other forms, but is there something I'm
missing? (In fact, this form is almost a duplicate of a form for non-web
events and that form has almost idential list boxes with the same criteria
and no problems.) I've tried deleting and recreating the form, but it always
hangs at this point. Subforms seems to be okay. But, I need to open another
form based on the click event in the list box, so I'd really like to keep the
list boxes.
There are no other functions on the form running inteference at this point.
Any help appreciated.
jb
field (zEID). I have two list box controls on the form that need the be
restricted to reflecting just those items based on the key. When I specify
zEID=[forms]![frmWebEvent]![zEID] in the list box row source to limit the
reflected rows, I then get a parameter prompt upon closing of the form
frmWebEvent requesting the paramter for [forms]![frmWebEvent]!zEID. It
doesn't matter which list box I place the criteria into - either will produce
the prompt. I've done this on other forms, but is there something I'm
missing? (In fact, this form is almost a duplicate of a form for non-web
events and that form has almost idential list boxes with the same criteria
and no problems.) I've tried deleting and recreating the form, but it always
hangs at this point. Subforms seems to be okay. But, I need to open another
form based on the click event in the list box, so I'd really like to keep the
list boxes.
There are no other functions on the form running inteference at this point.
Any help appreciated.
jb