I have a subform on a main form. On the subform I have two fields, ClientID and AdHocID (combo box). The user can only choose an AdHocId that is related to ClientId (depends what they choose in the field ClientID).
This works lovely if I set the first Column Widths to 1 on the field AdHocID(then displayes the AdHocID number). I get into problems if I set the width properties to 0 so that it will display the AdHocName (which makes more sense to the user on the form)
- If I add another record to the subform, the data disappears in the field AdHocID or it appears to move up beyond the subform...
Can any one point me in the right direction please?
Many Thanks
This works lovely if I set the first Column Widths to 1 on the field AdHocID(then displayes the AdHocID number). I get into problems if I set the width properties to 0 so that it will display the AdHocName (which makes more sense to the user on the form)
- If I add another record to the subform, the data disappears in the field AdHocID or it appears to move up beyond the subform...
Can any one point me in the right direction please?
Many Thanks