Writing data to a single field in a single record

  • Thread starter Thread starter Waisanen
  • Start date Start date
W

Waisanen

I have a form that has a combo box with three colums.
Only one column is visible. This combo box refers to a
static table of labor standards I have two text boxes
that are linked to the two non-visible columns. These
text boxes will be used to make on screen calculations.

A part number is selected in the combo box and the
associated manning and labor standard is brought up. The
part number is visable and the other two fields apear in
the linked text boxes. How do I write the data for the
specific labor standard into a specific field in the
current record in the table that the form is linked to?

Help would be much appreciated.
 
Include the tablefield in your form's recordsource, and set the
Controlsource for "labor standards" = the field to which you want it saved.
 
Back
Top