On Apr 13, 12:42*pm, Rick Brandt <rickbran...@hotmail.com> wrote:
> On Mon, 13 Apr 2009 08:24:38 -0700, alex wrote:
> > Hello all,
>
> > I posted a similar question under “One record after another” but I
> > didn’t think my question was too clear, so I reposted.
>
> > I have a form with only one text box in which the user enters data.
>
> > I have a user with an electronic wand and a pile of merchandise.
>
> > When the user wands the merchandise barcode, Access reads it just find
> > and displays the number in the textbox.
>
> > I want Access to then automatically save and clear the textbox and
> > prepare for another number, all without the user doing anything; i.e.,
> > all that he/she does is wand merchandise, one after the other.
>
> > I have searched high and low for a way to do this…no luck.
>
> > I know that Excel can be configured to accept the number and then move
> > down a cell automatically (not sure if that helps with any logic).
>
> > Thanks for any help.
> > alex
>
> You can configure your scanner so that it will automatically send a Tab
> or Enter key after each scan.
>
> You can configure the form so that tabbing out of the last control in the
> TabOrder will move you to the next record (the cycle property). *
>
> If your form has only the one control, the combination of the above
> should give you what you want.
>
> --
> Rick Brandt, Microsoft Access MVP
> Email (as appropriate) to...
> RBrandt * at * Hunter * dot * com- Hide quoted text -
>
> - Show quoted text -
Thanks Rick,
You're right, there's a character return setting.
I got it to work, thanks.
alex
|