G
Guest
I would like to create several different boxes that have some of the same
controls in them and just display the appropriate one based on a value on the
form.
IE if this was a direct flight I would display the box with just the
original flight number, departure time, and arrival time at destination
airport.
If this were a connecting flight I would display the box that had the
original flight number departure time, arrival time at connecting aiport,
connecting flight number, departure time of 2nd flight and arrival time at
destination airport.
Is there some type of control that I can set these different controls in and
then based on the value txtDirectFlight = Yes/No display the proper box?
I have tried a rectangle, options group, bound box, and can't seem to figure
it out.
Any help is appreciated.
controls in them and just display the appropriate one based on a value on the
form.
IE if this was a direct flight I would display the box with just the
original flight number, departure time, and arrival time at destination
airport.
If this were a connecting flight I would display the box that had the
original flight number departure time, arrival time at connecting aiport,
connecting flight number, departure time of 2nd flight and arrival time at
destination airport.
Is there some type of control that I can set these different controls in and
then based on the value txtDirectFlight = Yes/No display the proper box?
I have tried a rectangle, options group, bound box, and can't seem to figure
it out.
Any help is appreciated.