P
Paul B.
Hello all....
I need to pull the field [ServiceCentreName] from the tblServiceCentreInfo.
On my form, I have a reference to the field [ServiceCentreNumber] in the
tblVehicleInfo.
I want to display the [ServiceCenterName] on the form instead of the
[ServiceCenterNumber]
I am current using:
DLast("[ServiceCenterNumber]","tblVehicleInfo","[VehicleNumber]="_
&[VehicleNumber])
to get the ServiceCenterNumber onto the form.
Thanks in advance
I need to pull the field [ServiceCentreName] from the tblServiceCentreInfo.
On my form, I have a reference to the field [ServiceCentreNumber] in the
tblVehicleInfo.
I want to display the [ServiceCenterName] on the form instead of the
[ServiceCenterNumber]
I am current using:
DLast("[ServiceCenterNumber]","tblVehicleInfo","[VehicleNumber]="_
&[VehicleNumber])
to get the ServiceCenterNumber onto the form.
Thanks in advance