Hi All,
I have an excel spreadsheet, which is used a template and sent out to many users and they input their data and email it back. Once back everything is combine into one.
I've created some tables from the data in the spreadsheet but trying to figure out how to put everything together .... meaning....there should only be one recordset for each district. so would it be better to populate my details table for all district with blanks or how can i create a form to enter the data but keep them from entering twice for the same district?
I haven't created the details table yet....I only have the below setup so far.
tblRegion
RegID
Region
tblDistrict
DistID
District
tblCategory
CatID
Category
tblGroup
GrpID
Group
tblItem
ItemID
Item
ItemCost
GrpID
I think the details table will look like:
tblDetails
RegID
DistID
ItemID
FieldData1
FieldData2
FieldData3
FieldDate4
Hope this makes a little sense....Thanks!![]()



LinkBack URL
About LinkBacks
Reply With Quote
well, i have the layout in asp (with mehere's help in other asp posts) now but haven't work in the region/district in yet (will do using variable in asp)....but totally forgot about them having to be able to change the desc. on the misc. items .... the last tab on the spreadsheet is the details table where most of the data is being pulled from but I guess I need to add desc. to that. Do you see any problems with doing everything that's in the spreadsheet? i'm thinking maybe i should have some buttons on the top of my asp page with Sus, Opp, and Sum...I'll need to also have one to show all regions too.../sigh. 
Bookmarks