PeterRichardson
Technical User
I am developing a barcoding system / DBMS which requires that small ASCII text files are sent to a Zebra label printer using the Windows GenericText driver, which I have set as the Windows Default on this particular machine. But,
opening the file for sequential access and then doing
printer.print "nameoftextfile.txt"
doesn't work - 'printer' gets highlighted, with the error message 'variable not defined'. I've a nasty feeling that the flavor of VBA associated with Access 2000 doesn't let you do this. Can anyone confirm or deny this? I'm a newbie with respect to VBA, btw
regards
Peter Richardson
(New Zealand)
opening the file for sequential access and then doing
printer.print "nameoftextfile.txt"
doesn't work - 'printer' gets highlighted, with the error message 'variable not defined'. I've a nasty feeling that the flavor of VBA associated with Access 2000 doesn't let you do this. Can anyone confirm or deny this? I'm a newbie with respect to VBA, btw
regards
Peter Richardson
(New Zealand)