D
Dave
Hi,
Access 2003.
I have a table:
ID - Auto Number
Scanner_Output - Text
ScanDate - Date/Time, Defult: =Now(), Format: Long Date
ScanTime - Date/Time, Default: =Now(), Format: Long Time
Scanner_ID - Text
What I would like to do is have a defult formula for the Scanner_ID field
which picks off just the first 2 characters from the Scanner_Output field.
I have tried:
=Left([Scanner_Output],2) and many variations of this, but Access won't
allow anything I can think of. Can someone please show me with the right
syntax?
Regards - Dave.
Access 2003.
I have a table:
ID - Auto Number
Scanner_Output - Text
ScanDate - Date/Time, Defult: =Now(), Format: Long Date
ScanTime - Date/Time, Default: =Now(), Format: Long Time
Scanner_ID - Text
What I would like to do is have a defult formula for the Scanner_ID field
which picks off just the first 2 characters from the Scanner_Output field.
I have tried:
=Left([Scanner_Output],2) and many variations of this, but Access won't
allow anything I can think of. Can someone please show me with the right
syntax?
Regards - Dave.