J Jelani New member Local time Yesterday, 17:21 Joined Apr 14, 2008 Messages 3 Apr 14, 2008 #1 i am creating a database about a business. the problem is when i enter a value in the form for deliveries, for field qty delivered, it does not add this value onto the overall stock level
i am creating a database about a business. the problem is when i enter a value in the form for deliveries, for field qty delivered, it does not add this value onto the overall stock level
boblarson Smeghead Local time Yesterday, 17:21 Joined Jan 12, 2001 Messages 32,059 Apr 14, 2008 #2 Is that field bound to the table? That's the easiest way to do it.
Uncle Gizmo Nifty Access Guy Staff member Local time Today, 01:21 Joined Jul 9, 2003 Messages 17,511 Apr 14, 2008 #3 have a look at this example from Allen Browne ......... Last edited: Apr 14, 2008
J Jelani New member Local time Yesterday, 17:21 Joined Apr 14, 2008 Messages 3 Apr 14, 2008 #4 boblarson said: Is that field bound to the table? That's the easiest way to do it. Click to expand... yes the field is bound to a table but how do i add the value entered in the form to the overall stock level
boblarson said: Is that field bound to the table? That's the easiest way to do it. Click to expand... yes the field is bound to a table but how do i add the value entered in the form to the overall stock level
Rabbie Super Moderator Local time Today, 01:21 Joined Jul 10, 2007 Messages 5,906 Apr 14, 2008 #5 Jelani said: yes the field is bound to a table but how do i add the value entered in the form to the overall stock level Click to expand... See the link in Uncle Gizmo's response and you don't need to store the overall stock level.
Jelani said: yes the field is bound to a table but how do i add the value entered in the form to the overall stock level Click to expand... See the link in Uncle Gizmo's response and you don't need to store the overall stock level.
J Jelani New member Local time Yesterday, 17:21 Joined Apr 14, 2008 Messages 3 Apr 14, 2008 #6 Rabbie said: See the link in Uncle Gizmo's response and you don't need to store the overall stock level. Click to expand... but is there a way to do it by storing the overall stock level as there are other functions of the database that are reliant on the stock figure
Rabbie said: See the link in Uncle Gizmo's response and you don't need to store the overall stock level. Click to expand... but is there a way to do it by storing the overall stock level as there are other functions of the database that are reliant on the stock figure
Rabbie Super Moderator Local time Today, 01:21 Joined Jul 10, 2007 Messages 5,906 Apr 14, 2008 #7 Jelani said: but is there a way to do it by storing the overall stock level as there are other functions of the database that are reliant on the stock figure Click to expand... Calculate the level when you need it as Allen Browne suggests.
Jelani said: but is there a way to do it by storing the overall stock level as there are other functions of the database that are reliant on the stock figure Click to expand... Calculate the level when you need it as Allen Browne suggests.