B
Big Wes
Hello. Thank you for helping. I am trying to do something that is a
bit beyond my experience level, but I think I can handle it if I can
get some help with the code. I am not experienced enough to move the
boxes around, so I am using 2 cells that are linked to the same field
in my table and hiding based on a selection in a checkbox.
I have a form in Access 2007 with a check box (I know check boxes are
not the best, but it was all I could come up with that I know how to
handle), three text boxes, and 2 labels. The boxes and labels overlap
in design view. I am trying to set it up so that if the checkbox is
checked, it will show "Address1", "Address2", and "AtLabel1". If the
checkbox is unchecked, it will show "Address3" and "AtLabel2".
Note: Address1 and Address3 are linked to the same field in my
table. I am doing it this way so I can add a text box between 2
others if the box is checked, but keep the same format with everything
next to the previous box. Example, if "Yes", "Address1", "Address2",
"Label1", but if "No", "Address1", "Address3", "Label2"
Sidebar: If I do this, do I need to be concerned about tab order? In
other words, if the text box is hidden, with the tab still stop on
that text box?
Form Name: EmailForm
Text Boxes: Address1, Address2, Address3
Label: AtLabel1, AtLabel2
Thank you again for the help.
bit beyond my experience level, but I think I can handle it if I can
get some help with the code. I am not experienced enough to move the
boxes around, so I am using 2 cells that are linked to the same field
in my table and hiding based on a selection in a checkbox.
I have a form in Access 2007 with a check box (I know check boxes are
not the best, but it was all I could come up with that I know how to
handle), three text boxes, and 2 labels. The boxes and labels overlap
in design view. I am trying to set it up so that if the checkbox is
checked, it will show "Address1", "Address2", and "AtLabel1". If the
checkbox is unchecked, it will show "Address3" and "AtLabel2".
Note: Address1 and Address3 are linked to the same field in my
table. I am doing it this way so I can add a text box between 2
others if the box is checked, but keep the same format with everything
next to the previous box. Example, if "Yes", "Address1", "Address2",
"Label1", but if "No", "Address1", "Address3", "Label2"
Sidebar: If I do this, do I need to be concerned about tab order? In
other words, if the text box is hidden, with the tab still stop on
that text box?
Form Name: EmailForm
Text Boxes: Address1, Address2, Address3
Label: AtLabel1, AtLabel2
Thank you again for the help.