Combo Box problem

T

TBird

I have a combo box on a form with look up values assigned-"SHIP METH".
The field is for mode of shipment so the look up values are: UPS,
FEDEX, USPS, and Other. If "Other" is selected, I want a window to pop
up instructing the user to define "Other" in a text box below. How do I
do this?
 
N

Nikos Yannacopoulos

Make a form (data entry type) to insert new methods to
your methods table.
Make a macro which opens this form conditionally (if the
combo box value is "Other"), and which runs on the On
Change event of the combo box in the original form.
-----Original Message-----
I have a combo box on a form with look up values assigned- "SHIP METH".
The field is for mode of shipment so the look up values are: UPS,
FEDEX, USPS, and Other. If "Other" is selected, I want a window to pop
up instructing the user to define "Other" in a text box below. How do I
do this?



------------------------------------------------
 
N

Nikos Yannacopoulos

Make a form (data entry type) to insert new methods to
your methods table.
Make a macro which opens this form conditionally (if the
combo box value is "Other"), and which runs on the On
Change event of the combo box in the original form.
-----Original Message-----
I have a combo box on a form with look up values assigned- "SHIP METH".
The field is for mode of shipment so the look up values are: UPS,
FEDEX, USPS, and Other. If "Other" is selected, I want a window to pop
up instructing the user to define "Other" in a text box below. How do I
do this?



------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top