Automated form help pls

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
 
K

Klatuu

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.
 

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