B
Bill
Using this code (example) works the first time I open
Access...
Open "LPT1" For Output As #1
Print #1, Chr(10)
Print #1, Chr(10)
Print #1, Chr(10)
Print #1, Chr(10)
Print #1, Chr(10)
Print #1, Chr(13)
Print #1, Chr(15); Spc(22); "6455-101"
Print #1, Chr(12)
Close #1
The next time I open Access I get this error...
"Path/File access error"
Any ideas why??
Access...
Open "LPT1" For Output As #1
Print #1, Chr(10)
Print #1, Chr(10)
Print #1, Chr(10)
Print #1, Chr(10)
Print #1, Chr(10)
Print #1, Chr(13)
Print #1, Chr(15); Spc(22); "6455-101"
Print #1, Chr(12)
Close #1
The next time I open Access I get this error...
"Path/File access error"
Any ideas why??