M
MarcTA
First of all, Thank you to all who are willing to help and have helped so far!
I am essentialy making a billing database for a department that charges
other departments for sevices done to equipment.
The billing works perfectly for the setup of new equipment because it gets
charged to only one department. However, charging for repairing old
equipment is difficult since it is owned/used by many different department
which must all share in the cost. Our equipment inventory is in the
thousands and kept on a seperate database (off site) that we are only able to
generate exel files from. The excel print out looks something like this:
EquipID: departmentCode:
100001 AA
100001 ZH
100001 GB
100005 SD
100005 RM
100007 SD
100007 AA
100007 LM
This equipment owner/used file would be updated periodicaly (monthly or so).
After creating a link to the excel file I was able to generate a query that
counts the # of users for each EquipmentID. How would I go about generating
a billing report that includes both new equipment service that bills one a
single department (which I already have), and current equipment service where
that cost is divided amoungst each user?
The billing report is a single report that is grouped by department.
I cannot even think of a way to design it, let alone write any code (which I
do very poorly, if at all.) So, any design help would be greatly
appreciated, and code (if needed) would be even more.
If you need any additonal details feel free to ask here or contact me via
email (marc TA Roe at g mail dot com).
I am essentialy making a billing database for a department that charges
other departments for sevices done to equipment.
The billing works perfectly for the setup of new equipment because it gets
charged to only one department. However, charging for repairing old
equipment is difficult since it is owned/used by many different department
which must all share in the cost. Our equipment inventory is in the
thousands and kept on a seperate database (off site) that we are only able to
generate exel files from. The excel print out looks something like this:
EquipID: departmentCode:
100001 AA
100001 ZH
100001 GB
100005 SD
100005 RM
100007 SD
100007 AA
100007 LM
This equipment owner/used file would be updated periodicaly (monthly or so).
After creating a link to the excel file I was able to generate a query that
counts the # of users for each EquipmentID. How would I go about generating
a billing report that includes both new equipment service that bills one a
single department (which I already have), and current equipment service where
that cost is divided amoungst each user?
The billing report is a single report that is grouped by department.
I cannot even think of a way to design it, let alone write any code (which I
do very poorly, if at all.) So, any design help would be greatly
appreciated, and code (if needed) would be even more.
If you need any additonal details feel free to ask here or contact me via
email (marc TA Roe at g mail dot com).