A
Art
Hi Sheri:
How about something like:
If checkbox then
me.txtTextField1.visible = True
me.txtTextField2.visible = True
etc
End if
Hope this helps
not an emergency. If the emergency box is checked then I
would like for additional items to appear on the form to
complete. If the emergency box is not checked, nothing
extra appears. How is that done?
How about something like:
If checkbox then
me.txtTextField1.visible = True
me.txtTextField2.visible = True
etc
End if
Hope this helps
checkbox indicating that an item is an emergency or it is-----Original Message-----
I am using Office 2000. On my form I would like to have a
not an emergency. If the emergency box is checked then I
would like for additional items to appear on the form to
complete. If the emergency box is not checked, nothing
extra appears. How is that done?