I have created a lot of detail editing forms, and usually
use a combination of labels and textboxes. The fastest
method (I find) is to use two frames, one containg the
detail labels (frmLabels), one with the textboxes
(frmTextboxes).
In edit mode, frmTextboxes is populated with the caption
properties from frmLabels, then made visible, while
frmLabels is made invisible.
When editing is complete, I reverse the process (and update
any databases if applicable).
-b
**** Posted from RemarQ - http://www.remarq.com - Discussions Start Here (tm) ****