Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Update Record With Value of Calculated Field

Status
Not open for further replies.

darrelhawes

Technical User
Jul 15, 2003
24
0
0
US
I have a form with a calculated field. I want to populate a specific field in the underlying record with the results of the calculation. What is the best way to do this?

Darrel Hawes
 
If the field is on the same record, have the field on the screen (either displayed or not) and then say me.fieldname=value
 
Which property needs to have the expression me.fieldname=value?
 
VBA code - if you create a procedure on the on-exit event to populate the field (check in the process that the source field is valid thou)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top