I have the following data in a spreadsheet which i need to place in an existing database. In my existing database, i already do the invoice required and have the rates for the various charges, i need to create a form that my boss can enter the data of no of working days, overtime shift hours and number of units blocked. When i have that data - i need to be able to go to my invoice form, create the invoice then have the invoice number place in the appropriate place relating to the charge. Then i need to be able to print various reports. My problem is trying to normalise the data.
The spreadsheet has the following in columns (not in rows as shown here) and data
COLUMN HEADINGS ROW DATA
Week ending 4/4/04
Working days 2
Overtime Shift Hrs 14
Fixed Charged $16795
invoice No 2272
Variable Charge $6992
Invoice No 2291
Overtime Recovery $2317
Invoice No 2292
Number of units blocked 93
Cost recovery $451.05
Invoice no 2293
As i said before i have all the rates to work out the cost charges in my invoice set up but what i had to do before was do it in access and then transfer the data to excel.
can anyone give me any ideas on how to set up the tables? I have tried a
tblCharges
Fixed Charge
variable Charge
Overime Recovery
Cost Recovery
tbl Management Cost
Id
Week ending
Working Days
Overtime Hrs
Charge (lookup table of tblCharges)
Invoice No
Number of Units blocked.
But this didn't work as i could only pick one charge per row in my form.
Help please
The spreadsheet has the following in columns (not in rows as shown here) and data
COLUMN HEADINGS ROW DATA
Week ending 4/4/04
Working days 2
Overtime Shift Hrs 14
Fixed Charged $16795
invoice No 2272
Variable Charge $6992
Invoice No 2291
Overtime Recovery $2317
Invoice No 2292
Number of units blocked 93
Cost recovery $451.05
Invoice no 2293
As i said before i have all the rates to work out the cost charges in my invoice set up but what i had to do before was do it in access and then transfer the data to excel.
can anyone give me any ideas on how to set up the tables? I have tried a
tblCharges
Fixed Charge
variable Charge
Overime Recovery
Cost Recovery
tbl Management Cost
Id
Week ending
Working Days
Overtime Hrs
Charge (lookup table of tblCharges)
Invoice No
Number of Units blocked.
But this didn't work as i could only pick one charge per row in my form.
Help please