Can i scan barcode then move to next record (1 Viewer)

Deonh

Registered User.
Local time
Today, 09:02
Joined
Oct 23, 2012
Messages
26
Hi all

I have a Table with two fields on Order No and Date Received
I created a form in table view that i use

Every order number is bar coded, what i want to do is scan a order in then it put the date and time in automatically and move to a new line for the next order to be scanned in .

It scans the order but i cant get it to move to new record after scan.I did try and do a macro in the after update event to go to new record but sadly it stay in the same field and ad the next order on at end of previous order.

Thanks in advance for any help on the subject :banghead:
 

CJ_London

Super Moderator
Staff member
Local time
Today, 09:02
Joined
Feb 19, 2013
Messages
16,607
put the date and time in automatically and move
to do this, put

Now()

in the default value property

to move to the next record, make this date/time control enabled=no and locked=yes. And in the form other properties set the Cycle property to all records
 

mjdemaris

Working on it...
Local time
Today, 01:02
Joined
Jul 9, 2015
Messages
426
Thanks! I just discovered the value of the Cycle property.
 

Deonh

Registered User.
Local time
Today, 09:02
Joined
Oct 23, 2012
Messages
26
Thanks CJ_London
Appreciate your help got every thing working

For some reason my enter-key behavior was set to ad new line in field that is why after every thing it did not move to next record .I set the property to to default behavior on the enter key behavior now it works like a charm .
Thanks again
 

AccessBlaster

Registered User.
Local time
Today, 01:02
Joined
May 22, 2010
Messages
5,941
Keep in mind you need to tell Access and the Barcode scanner your intentions.
In the Access's option sheet.



The scanner can be programed with it's own options. Here is just a few.
HTH

 

Attachments

  • Access Options.png
    Access Options.png
    31.3 KB · Views: 2,730
  • symbol-program.png
    symbol-program.png
    98.3 KB · Views: 6,406
Last edited:

Users who are viewing this thread

Top Bottom