A family of Microsoft relational database management systems designed for ease of use.
Laurel-
You said "ID is the common field," so that's the way I put it in the code. Yes, if it's CustomerID on the WorkOrder form, then you have to use that in the macro.
If Not IsNull([TempVars]![IDValue]) Then
SetProperty
Control Name: CustomerID
Property: Value
Value: TempVars!IDValue
End If
John Viescas, author
Microsoft Office Access 2010 Inside Out Microsoft Office Access 2007 Inside Out Building Microsoft Access Applications Microsoft Office Access 2003 Inside Out SQL Queries for Mere Mortals http://www.viescas.com/
(Paris, France)