67peshawar294
Technical User
Hi all,
I just recieved a CF barcode scanner. I have two fields in my PXL:
UPCNumber, NumberHere. I copy the PXL to a XLS on my desktop and then import it to Access.
The only problem I have is, when I scan inventory I sometimes want to scan only certain products and compare with the inventory in Access.
Is there a way to specify the "Last cell to contain data"
when importing the xcel file to an access table?
Where [red]b88[/red] can be [red]b5[/red] or any value to [red]b1000[/red].
Thanks
jim
I just recieved a CF barcode scanner. I have two fields in my PXL:
UPCNumber, NumberHere. I copy the PXL to a XLS on my desktop and then import it to Access.
The only problem I have is, when I scan inventory I sometimes want to scan only certain products and compare with the inventory in Access.
Is there a way to specify the "Last cell to contain data"
when importing the xcel file to an access table?
Code:
Function GetInventory()
DoCmd.TransferSpreadsheet acImport, 8, "InventoryScan", "C:\AccessFiles\Inventory.xls", True, "a1:[red]b88[/red]"
End Function
Thanks
jim