Combining and splitting fields
From: Frank Stone (anonymous_at_discussions.microsoft.com)
Date: 08/24/04
- Next message: Karen: "Re: working with msgbox"
- Previous message: Kate: "Main Form to Popup First"
- In reply to: DEVOURU: "Combining and splitting fields"
- Next in thread: DEVOURU: "Re: Combining and splitting fields"
- Reply: DEVOURU: "Re: Combining and splitting fields"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 24 Aug 2004 11:25:34 -0700
I'm confused. the combined barcode was seperate at one
time. why can't you get the po data and the item data from
the source instead of going through the barcode routine.
seem like the long way around to me.
one way - put hidden test boxes on the form with the po
data and the item data. use that for the query. unless
there is something you left out of your explination, i
would skip the scanning stuff.
>-----Original Message-----
>I have a control source =[pono]&[item] to display/print a
single bar code
>for a purchase order and line item.
>I have a form linked to a query to lookup the purchase
order and litem.
>What would ya'll suggest so that I can scan the above
barcode and have it
>split the number for query entry?
>
>Example:
>The barcode is scanned - 0546590011
>Query - Enter PO Number
>Left([barcode],6)
>Query - Enter Line Item
>Right([barcode],4)
>
>I am trying to reduce scanning errors and time by
scanning the bar code once
>with both field entries.
>I hope I was able to explain this well.
>
>TIA, -JS
>
>
>.
>
- Next message: Karen: "Re: working with msgbox"
- Previous message: Kate: "Main Form to Popup First"
- In reply to: DEVOURU: "Combining and splitting fields"
- Next in thread: DEVOURU: "Re: Combining and splitting fields"
- Reply: DEVOURU: "Re: Combining and splitting fields"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|