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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Compute string and save in field

Status
Not open for further replies.

puforee

Technical User
Oct 6, 2006
741
US
When I on one of my forms I want to calculate a field based on several other fields (create a unique identifier). How can I do that and then store the results in the underlying table field.
 
Something like...
TheNewField = Field1 + Field2 + Field3

Run an update query to update the table.


Randy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top