incagold
Programmer
- Mar 21, 2003
- 54
Hi all,
Another newbie question. We are designing a form which will have several text boxes displayed in a grid (e.g. txtSN1, txtSN2, txtSN3, txtSte1, txtSte2, txtSte3, etc.).
Question: Is it possible to hide the boxes that will not be used at a given time by changing the control property to .visible = false in a For .. Next loop by using the Right function to determine the number of the box to hide? The boxes will be used in varying combinations and we would like to only display the boxes containing data.
Thank you in advance for any assistance.
REF
Another newbie question. We are designing a form which will have several text boxes displayed in a grid (e.g. txtSN1, txtSN2, txtSN3, txtSte1, txtSte2, txtSte3, etc.).
Question: Is it possible to hide the boxes that will not be used at a given time by changing the control property to .visible = false in a For .. Next loop by using the Right function to determine the number of the box to hide? The boxes will be used in varying combinations and we would like to only display the boxes containing data.
Thank you in advance for any assistance.
REF