Oh. Your headline said update various tables from one form. Well, if you've only got one table you've got problems.
You should have, to begin with, at LEAST three tables that I can see (maybe 4 if you want to put all your people together in one and use an ID to reference them as needed). Maybe something like this:
Stores
------
StoreID (your primary key, Access autonumber)
Store# (your internal identification number)
StoreName
RegionID (links to RegionID in the Region Table)
...other relevent fields (location, manager(ID?), whatever)
Regions
-------
RegionID (your primary key, Access autonumber)
Region# (your identification number)
RegionName
...other relevent fields (if needed)
Sales
-----
SalesID
StoreID
SalesMonth
SalesYear
SalesAmount
Then link the IDs in your Relationships and you're good to go on queries and reports to pull and compare Sales data.
I hope I didn't miss anything here and covered all your fields.
C
*~*~*~*~*~*~*~*~*~*~*~*~*
Insanity is a matter of Perception.
![[yinyang] [yinyang] [yinyang]](/data/assets/smilies/yinyang.gif)