Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Previous months

Status
Not open for further replies.

lbunch

Programmer
Sep 5, 2006
120
US
I have data bound to controls are Jan, Feb etc. That are in my main table which is tblProducts.

tblProducts will have users enter amounts for certain products where the totals for those products cannot change from current month forward - only previous months. It is like an inventory tracking where the total inventory cannot change for previous months but how the amount is split up between the previous months can change.

I can split the 1000 up between Jan and Feb but my total has to be 1000 still or 2000 total. I am just trying to make it a little clearer.

J an Feb Mar Apr May Jun Jul Aug Sept Oct Nov Dec

Total 1000 1000

Red 1000
White 1000
Blue

How can I accomplhish this? This is a subform based on a main form where there is a create date and revised date entered when a record for the product is created or updated.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top