Writing data to a single field in a single record

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.
 
S

Scott McDaniel

Include the tablefield in your form's recordsource, and set the
Controlsource for "labor standards" = the field to which you want it saved.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top