D
Daniel M
Ok this partically gets me what i need. now i face a new issues.
The control i am entering in the data too has a control source of a table
column. this table column is a number field. Because of this it will not let
me put in the '-' even though the code takes it out. is there a way to do
this?
alternately if i change the field to text instead of number i have an issue.
some serial numbers are 02-001234 and some are 02-203213. if it just strip
off the "02-" then 001234 is entered into the table, but i only want 1234. if
this is a number the leading 00 is stripped off.
So here is what i need.
entered/scanned data data put in table
02-001234 1234
02-205678 205789
1235 1235
The control i am entering in the data too has a control source of a table
column. this table column is a number field. Because of this it will not let
me put in the '-' even though the code takes it out. is there a way to do
this?
alternately if i change the field to text instead of number i have an issue.
some serial numbers are 02-001234 and some are 02-203213. if it just strip
off the "02-" then 001234 is entered into the table, but i only want 1234. if
this is a number the leading 00 is stripped off.
So here is what i need.
entered/scanned data data put in table
02-001234 1234
02-205678 205789
1235 1235