I hope someone can help me - I haven't touched Access in years and I have been "volunteered" by my employer to write a basic inventory system. I am using Pendragon forms along with the now obsolete Handspring Visor equipped with scanner to scan barcodes and collect data. This I am okay with. What I can't seem to wrap my head around is performing a record lookup from the scanned data (I have a table with scanned data to add to inventory (tblAddInventory), a table with scanned data to remove from inventory (tblRemoveInventory) and a master table with all of my warehouse inventory (tblWarehouseMain) and performing a calculation on the records to add - or subtract - stock, depending on what table the data comes from. I am (er, rather used to be) comfortable with VB. I have tried to create an update query as well as some basic code via control on a form, but I'm finding myself at a loss. Anyone willing to take a shot at helping or pointing me in the right direction? I'd sure appreciate it. Thanks!