BlueChicken
Usually Confused
- Local time
- Today, 14:44
- Joined
- Jun 19, 2009
- Messages
- 88
Hi! Google isn't helping much with this problem no matter how hard I look.
Ok. I have a form I am making to record changes we make to our regular employee travel bookings each month - and technically it will be four forms (one for Air Travel changes, Hotel changes, Rental changes, and Limo/Taxi changes - since they all have unique information). What I want to do for each form is use the check boxes I have in each to "open" the corresponding sections.
For example, on the Hotel Changes form there are 3 check boxes:
New Booking?
Changed Booking?
Canceled Booking?
The 'New Booking' check box does not need to "open" anything because no matter what happens, there will obviously be text-boxes there for the information (be it new or original bookings) - however the canceled booking check box should "open" a 'Canceled Reason' text-box, and the 'Changed Booking' check box should "open" up space for the new hotel name, check in and out dates/times, confirmation, and the reason for the change.
I keep using "open" with quotations because I am unsure exactly how to go about this. I have read that you can use text boxes to make invisible text boxes visible or to use check boxes to make sub forms visible... but I cannot get any of the coding I have found online to work.
I'm almost certain that the Sub Form method is the way to go due to its "Can Shrink" property that has worked really well for me before - but I don't know if that would even play a part in this...
Any and all help is welcome! Thanks in advance for any input!
Ok. I have a form I am making to record changes we make to our regular employee travel bookings each month - and technically it will be four forms (one for Air Travel changes, Hotel changes, Rental changes, and Limo/Taxi changes - since they all have unique information). What I want to do for each form is use the check boxes I have in each to "open" the corresponding sections.
For example, on the Hotel Changes form there are 3 check boxes:
New Booking?
Changed Booking?
Canceled Booking?
The 'New Booking' check box does not need to "open" anything because no matter what happens, there will obviously be text-boxes there for the information (be it new or original bookings) - however the canceled booking check box should "open" a 'Canceled Reason' text-box, and the 'Changed Booking' check box should "open" up space for the new hotel name, check in and out dates/times, confirmation, and the reason for the change.
I keep using "open" with quotations because I am unsure exactly how to go about this. I have read that you can use text boxes to make invisible text boxes visible or to use check boxes to make sub forms visible... but I cannot get any of the coding I have found online to work.
I'm almost certain that the Sub Form method is the way to go due to its "Can Shrink" property that has worked really well for me before - but I don't know if that would even play a part in this...
Any and all help is welcome! Thanks in advance for any input!