I have a customer, who has hit me with an impossible requirement. Ive now been tld to make it work as close to the brief as possible.
The requirement; One of the forms has a sub form. This sub form contains some text, and a text box for each record in the query associated to the sub form. 2 of these results that can appear in the sub form now need additional text boxes. Ive proved to them that they either have all the text boxes displayed for all the records in the sub form, or for none.
The compromise has been to put another bit on the main form, that contains the required text boxes. If the subform contains records 10 or 13, then I am to make the textboxes visible so that they can do additional data entry.
so, whats the best way of seeing if records 10 and / or 13 have been pulled into the subform, so on Form_Load I can toggle the display of the additional text boxes on the main form?
K
The requirement; One of the forms has a sub form. This sub form contains some text, and a text box for each record in the query associated to the sub form. 2 of these results that can appear in the sub form now need additional text boxes. Ive proved to them that they either have all the text boxes displayed for all the records in the sub form, or for none.
The compromise has been to put another bit on the main form, that contains the required text boxes. If the subform contains records 10 or 13, then I am to make the textboxes visible so that they can do additional data entry.
so, whats the best way of seeing if records 10 and / or 13 have been pulled into the subform, so on Form_Load I can toggle the display of the additional text boxes on the main form?
K