M
Marie
Using Access 2000. I already have this code in the
OnCurrent property of my frmSamplesInputForm
=AutoFillNewRecord([Forms]![frmSamplesInputForm])
I also want to have a macro to SetValue of a calculated
field back to the fldDyeTrackingNum field in the Samples
table. My macro's name is: StoreTrackingNumInTable. (The
control on the form trims and combines the Sample Request
Number and the Dye Code to get the tracking number.)
From KB article 209172, I have created the macro. How can
I have both the AutoFill command and the macro to store
the tracking number in the table field in the OnCurrent
property of the form?
Thanks.
Marie
OnCurrent property of my frmSamplesInputForm
=AutoFillNewRecord([Forms]![frmSamplesInputForm])
I also want to have a macro to SetValue of a calculated
field back to the fldDyeTrackingNum field in the Samples
table. My macro's name is: StoreTrackingNumInTable. (The
control on the form trims and combines the Sample Request
Number and the Dye Code to get the tracking number.)
From KB article 209172, I have created the macro. How can
I have both the AutoFill command and the macro to store
the tracking number in the table field in the OnCurrent
property of the form?
Thanks.
Marie