G
Guest
I have a form with combox boxes, listbox and some fields with Dsums in their
controlsource properties. The form is bound to a table and everytime I open
the form, the first record is displayed.
I've tried to use the DataEntry= Yes on FOrm LOad event. Also, I've locked
all the fields except for 2 combo boxes which allow me to search for the
record. After finding the record, then I can Click on the Edit button which
will unlock all the fields.
However, my problem is at which point to set the DataEntry back to No. When
I set it after updating the combo box, the first record will appear and my
selection in the combox box "disappears" and I have to select again. Also my
textboxes with the Dsums show either #Name? or #Error.
Is there a better way of doing this? Thanks.
ck
controlsource properties. The form is bound to a table and everytime I open
the form, the first record is displayed.
I've tried to use the DataEntry= Yes on FOrm LOad event. Also, I've locked
all the fields except for 2 combo boxes which allow me to search for the
record. After finding the record, then I can Click on the Edit button which
will unlock all the fields.
However, my problem is at which point to set the DataEntry back to No. When
I set it after updating the combo box, the first record will appear and my
selection in the combox box "disappears" and I have to select again. Also my
textboxes with the Dsums show either #Name? or #Error.
Is there a better way of doing this? Thanks.
ck