G
Guest
I have a form with ten fields (combo box). The field name is
[numero_articulo1], ..., [numero_articulo10].
After I am scanning a barcode in the first field I want to move to the next
field without clicking the enter button. I try using the after update event
but doesn't work, I still have to click the enter button.
I read other questions posted before, because I don’t want to repeat the
question. For what I read:
- The scanner will need a start and stop signal so I will need to
concatenate the data into a field such as = "*" & [DataField]&"*"
Where should I write this formula?
- I has to use a carriage return after the scan.
What is a carriage return and how I can define that?
Thanks in advanced for your help.
Maria
[numero_articulo1], ..., [numero_articulo10].
After I am scanning a barcode in the first field I want to move to the next
field without clicking the enter button. I try using the after update event
but doesn't work, I still have to click the enter button.
I read other questions posted before, because I don’t want to repeat the
question. For what I read:
- The scanner will need a start and stop signal so I will need to
concatenate the data into a field such as = "*" & [DataField]&"*"
Where should I write this formula?
- I has to use a carriage return after the scan.
What is a carriage return and how I can define that?
Thanks in advanced for your help.
Maria