473,396 Members | 1,738 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Depleting inventory in access

I hope that someone will be able to help with this problem. It is
probably an easy fix for mose of you so bear with me...

I have 2 tables for this. One has item # and InventoryAmount. The
other is daily production which has a linked field for the item #. The
UsedAmount and item # are entered in the daily production each day.
The amount entered as UsedAmount needs to delete that amount from the
InventoryAmount so I get a running total of remaining inventory in a
report....

Easy enough?

Please let me know how to go about this...

Thanks!

Norma
Nov 12 '05 #1
2 1883
Have you build a form where the users enter the UsedAmount data? If so,
create code that runs on the AfterUpdate event that subtracts the UsedAmount
from the inventory amount. If you are not familiar with coding in VBA or
building forms, you may want to consider rebuilding your design to record
inventory input events along with inventory output events. That way, you
can always calculate current inventory by adding up the input events and
subtracting the output events.

HTH

When the UsedAmount is entered into the
"Norma" <nj**********@suscom.net> wrote in message
news:20**************************@posting.google.c om...
I hope that someone will be able to help with this problem. It is
probably an easy fix for mose of you so bear with me...

I have 2 tables for this. One has item # and InventoryAmount. The
other is daily production which has a linked field for the item #. The
UsedAmount and item # are entered in the daily production each day.
The amount entered as UsedAmount needs to delete that amount from the
InventoryAmount so I get a running total of remaining inventory in a
report....

Easy enough?

Please let me know how to go about this...

Thanks!

Norma

Nov 12 '05 #2
Not a good idea. If anyone makes a mistake in deducting the amount, there is
no record of what the amount was before the deduction or the amount
deducted.
Much better to create a table showing additions and deductions and then you
can retrace your steps. Simple to do a sum of these to get the current
balance.

HTH

Phil
"Norma" <nj**********@suscom.net> wrote in message
news:20**************************@posting.google.c om...
I hope that someone will be able to help with this problem. It is
probably an easy fix for mose of you so bear with me...

I have 2 tables for this. One has item # and InventoryAmount. The
other is daily production which has a linked field for the item #. The
UsedAmount and item # are entered in the daily production each day.
The amount entered as UsedAmount needs to delete that amount from the
InventoryAmount so I get a running total of remaining inventory in a
report....

Easy enough?

Please let me know how to go about this...

Thanks!

Norma

Nov 12 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
by: jason | last post by:
Access 2000: I have a customer-inventory table I need to loop through and compile a list of all the inventory items the customer is tracking. The problem I am finding is that a simple loop...
5
by: gregork | last post by:
I have painstakingly created an excel 2000 workbook for the very complex recipes I have to formulate. I have 2 sheets- 1 for configuring the recipe and 1 that is like an inventory of all the raw...
2
by: Norma | last post by:
I hope that someone will be able to help with this problem. It is probably an easy fix for mose of you so bear with me... I have 2 tables for this. One has item # and InventoryAmount. The other...
3
by: smonczka | last post by:
I am trying to locate an inventory template. I have looked at the one that comes with Access but what I need is a little more complicated. We ship boxes of software and the inventory consists not...
5
by: tHeRoBeRtMiTcHeLL | last post by:
Well, I think I have bitten off a little more than I can chew (at least all at once), and I'm only trying to hammer out tables/relationships at the design level. Which translates to "Seasoned...
13
by: royaltiger | last post by:
I am trying to copy the inventory database in Building Access Applications by John L Viescas but when i try to run the database i get an error in the orders form when i click on the allocate...
1
by: chris | last post by:
Has anyone got any experience using off-the-shelf Inventory Management Software? I've tried demos of both: WASP MobileInventory and iMagic Inventory. While both offering great features in...
9
by: rysch | last post by:
Hi, I am building a warehouse database for a small non-profit organisation that works in Africa. Currently, I have created a data entry form and table. The table is called: Inventory Transactions....
2
by: pinkf24 | last post by:
I cannot figure out how to add the following: Modify the Inventory Program to include an Add button, a Delete button, and a Modify button on the GUI. These buttons should allow the user to perform...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.