I tried this one the Barcode field:
Private Sub Field1_Enter()
astrArray = Split(Me.Field1, ",")
Me.txttext1 = astrArray(0)
<...>
Field1 is the name of the barcode field. all that is being returned is:
Compile error:
method or data member not found and it is highlighting the Txttext1 =.
I...
Hi All,
You have all been so helpfull in the past, I'm hoping someone can help me again. I'm definitely not an access expert by no means but do make quite a few databases at work.
On our production orders at work, we have bar codes for all our products. The bar code contains a text strings of...
Hi GingerR,
Here is my table structure:
Table Name, DockLog
ProductID, AutoNumber (Primary Key)
PartNumber, Text
Quantity, Text
Vender, Number
DockDate, Date/Time
PurchaseOrder, Text
ReceiptDate, Date/Time
Received, Yes/No
AuditDate, Date/Time
Audited, Yes/No
DockEmployee, Text
ReceiptEmployee...
Hi All,
Bare with me as I'm a new Database maker, but my company has asked me to make a receiving database that handles all our incoming receipts,tracks them from when they coming through the door to when they are put away into inventory so that we gain transaction trails that our system lacks...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.