D
DS
I'm using this with Access VBA.
Open "Com1:19200,n,8,1" For Output As #1
Print #1, "Printer On"
Close #1
What code is this and where do you find out about it.
This works but I want to add an Error to it if the thing can't print it'll
send back an Error.
I also tried for Input as #1, but as I said I'm lost not having any idea
what this is. Any help appreciated. Thanks
DS
Open "Com1:19200,n,8,1" For Output As #1
Print #1, "Printer On"
Close #1
What code is this and where do you find out about it.
This works but I want to add an Error to it if the thing can't print it'll
send back an Error.
I also tried for Input as #1, but as I said I'm lost not having any idea
what this is. Any help appreciated. Thanks
DS