I have form with a subform. The subform is presented as a datasheet, and one of the fields is set up so that if it is double-clicked it pops up another form with a lot more information on it. One of my users has asked if it would be possible to have a command box (with text saying ‘click here’) associated with each record on the subform. The double-click has the functionality I want, but as often the case, users want more!
I tried setting up a command box, but it gets converted to a toggle control, with no text. Is there anyway I can work around this request – other than putting large text on the form telling the user to double click on the first field?
Thanks,
kiwi44