DonkeyKong
Registered User.
- Local time
- Today, 04:21
- Joined
- Jan 24, 2013
- Messages
- 61
I am trying to make forms for my database class. What I have so far I am pleased with and would fulfill the project requirements just fine, however, I would like to add a little touch to really make the whole thing professional looking.
There are two check boxes that are visible when you first open the form. Depending on which one you "check" different fields appear to be filled in. The problem is that the fields appear like they look in the layout view. Instead, I would like for them to take up the same area on the screen.
I don't feel like messing with images right now so I will try to explain this verbally:
(CheckBox1) (checked) (CheckBox2) (unchecked)
field 1 (field1 data entry)
field 2 (field2 data entry)
(CheckBox1) (unchecked) (CheckBox2) (checked)
field 3 (field3 data entry)
field 4 (field4 data entry)
See, I would like field3 and field4 to also be in the same place as field 1 and field 2 when the other box is checked. Is this possible? Thanks.
There are two check boxes that are visible when you first open the form. Depending on which one you "check" different fields appear to be filled in. The problem is that the fields appear like they look in the layout view. Instead, I would like for them to take up the same area on the screen.
I don't feel like messing with images right now so I will try to explain this verbally:
(CheckBox1) (checked) (CheckBox2) (unchecked)
field 1 (field1 data entry)
field 2 (field2 data entry)
(CheckBox1) (unchecked) (CheckBox2) (checked)
field 3 (field3 data entry)
field 4 (field4 data entry)
See, I would like field3 and field4 to also be in the same place as field 1 and field 2 when the other box is checked. Is this possible? Thanks.