I have the following code which I found on here:
Open "Com1:960,n,8,1" For output as #1
Print #1, chr$(27); "T";
Print #1, "Hello World"
Close #1
I have a printer on lpt1 port. I changed the com1 to lpt1 and it does not work. I also have another machine that is running access 97 and has a printer on com2. When i try to print on the access 97 machine this way I get unable to open file. Any ideas?
Open "Com1:960,n,8,1" For output as #1
Print #1, chr$(27); "T";
Print #1, "Hello World"
Close #1
I have a printer on lpt1 port. I changed the com1 to lpt1 and it does not work. I also have another machine that is running access 97 and has a printer on com2. When i try to print on the access 97 machine this way I get unable to open file. Any ideas?