If a Table includes a foreign keys with the field name ending with "ID" the field will be indexed weather you want it or not.
You can deleat these redundant indexes by clicking the indexes button for a table in desing view.
To stop this from happing again click Tools , options , Tables/Queries...
Hi,
I have a HHP wireless Barcode Sacnner and I want to send some escape commands to the scanner via ComPort1.
An example of the commands are 0<ESC>4<ESC>5<ESC>6,
The <ESC> is a 1B hex
My porblem is how do I send the above example to the scanner
using MScomm.Output
Am I to send it in hex form...
Hello,
I am trying to send a SCCII text file to a Eltron Printer via Com1 using the followinf .bat file
COPY "elpronprinter.txt" COM1
But I get an error saying Path Not Found COM1
Can anyone help me with this?
Regards
vvrt
Hi,
You can also use the FileSystemObject Object
Add a reference to the Microsoft Scripting Runtime object by choosing Tools > References select Microsoft Scripting Runtime and click OK
Add
Dim FSys As New FileSystemObject
If Sys.FileExists("C:\[Path to file]\[Filename].exe) Then
Do event...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.