Automated form help pls

  • Thread starter Thread starter IamSam
  • Start date Start date
I

IamSam

I have a form with a MT connections template (gathers the weight of pallets
that cross the scale) on it. It also has [Crew], [ProductCode] and [LotNum].
When each pallet passes the scale the weight is recorded on the table, but
the other 3 fields are not. I tried using "Me![LotNum].DefaultValue =
Me![LotNum]" for each field (replacing the [name] for each field) and i put
it under the afterupdate in events. I would like the 3 missing fields to be
on each entry and still be able to change each one as needed. Help is greatly
appreciated. Thank you
 
If you are using the form's After Update event, that should work. Are the
controls bound to fields in the form's recordset? They have to be.
 
Back
Top