Hi, I am wondering if this could be done.
I have created a tblEquip, qryEquip and frmEquip. When cboLoc is selected, all the items belong to that Location will be populated in cboItem.
However, I would like to make the number of textboxes visible depending on the number of items in cboItem and display them in the textboxes.
For example:
After cboLoc is selected, if there are 4 items in cboItem, 4 textboxes will be visible and the 4 items will be displayed in each of the 4 textboxes.
Is this achievable and if so, is there any examples for me to follow so that I can try to write the code?
I have created a tblEquip, qryEquip and frmEquip. When cboLoc is selected, all the items belong to that Location will be populated in cboItem.
However, I would like to make the number of textboxes visible depending on the number of items in cboItem and display them in the textboxes.
For example:
After cboLoc is selected, if there are 4 items in cboItem, 4 textboxes will be visible and the 4 items will be displayed in each of the 4 textboxes.
Is this achievable and if so, is there any examples for me to follow so that I can try to write the code?