adam.greer
Registered User.
- Local time
- Today, 18:12
- Joined
- Apr 27, 2006
- Messages
- 43
Hi Guys
Getting the 424 error with this line of code
Private Sub Command33_Click()
DoCmd.TransferText acExportFixed, "StationaryTemplateExportSpecification", "qryStationaryTemplate", frmStationaryTemplate.UserPath, False, ""
End Sub
It's from a macro converted into VB. "frmStationaryTemplate.UserPath" is a value from the form that the button sits on. Do I need to declare it in some way? This is all the code on the button.
Thanks
Adam
Getting the 424 error with this line of code
Private Sub Command33_Click()
DoCmd.TransferText acExportFixed, "StationaryTemplateExportSpecification", "qryStationaryTemplate", frmStationaryTemplate.UserPath, False, ""
End Sub
It's from a macro converted into VB. "frmStationaryTemplate.UserPath" is a value from the form that the button sits on. Do I need to declare it in some way? This is all the code on the button.
Thanks
Adam