A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

From a Form subtract issue from bound QtyOnHand in a new record



 
 
Thread Tools Display Modes
  #1  
Old March 19th, 2010, 05:24 PM posted to microsoft.public.access
Paul H
external usenet poster
 
Posts: 5
Default From a Form subtract issue from bound QtyOnHand in a new record

I want to make a simple current record transaction and update one field in
the main database for a unique item. The transaction would be to add an
issue record to an issue table and change the inventory table QtyOnHand field
based on the issue. Update queries are generally for multiple records, I've
tried using the Default property without any luck
  #2  
Old March 19th, 2010, 06:02 PM posted to microsoft.public.access
ghetto_banjo
external usenet poster
 
Posts: 325
Default From a Form subtract issue from bound QtyOnHand in a new record

Paul,

Just my two cents here, but I would not store the Quantity on Hand in
a table. Storing "running totals" in databases is often a dangerous
thing to do. You are better off just storing all of the transactions,
and then getting the current QtyOnHand via a query/report whenever you
need to display it.
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:14 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.