Drop down

  • Thread starter Thread starter ksimmsa
  • Start date Start date
K

ksimmsa

i have a form created with a drop down box. what i need is
when you select a certain object in the drop down box that
a new field appears that allows you to enter comments.
thanks in advance for your help.
 
ksimmsa said:
i have a form created with a drop down box. what i need is
when you select a certain object in the drop down box that
a new field appears that allows you to enter comments.
thanks in advance for your help.

Include the "new field" on the Form, but set its Visible property to No. In
the AfterUpdate property of the ComboBox (aka "drop down"), check the
selection, and set the Visibile property of the "new field" as needed.

Larry Linson
Microsoft Access MVP
 
-----Original Message-----



Include the "new field" on the Form, but set its Visible property to No. In
the AfterUpdate property of the ComboBox (aka "drop down"), check the
selection, and set the Visibile property of the "new field" as needed.

Larry Linson
Microsoft Access MVP


.
when i goto after update on the ComboBox i am not getting
the new field as an option. help!!!
 
Back
Top