I have never used Access. I am the entire IT department at my job and I am trying to learn how to use Access in order to be able to keep our Jobs system updated. I have Access 2013.
How do I create a new Table that locates all of these functions and then how do I have my Front End access it and Display it nicely?
This is exactly what I need to do:
I have a Front End and a Back End - All of the numbers and calculations I need to access are all within the Access file already in different areas. I need to create a new report, it will be called something like Job Cost Breakdown.
The report will show:
[Total Sales] [Total Costs] [Cost of Goods Sold] [Gross Profit] [Commissions Earned] [Net Profit]
These are all basically functions of each other
*Total Sales and Total Costs are accessible somewhere in the Database and are already reporting on Job Reports.
*Cost of Goods Sold is simply Total Costs / Total Sales (displayed as a %)
*Gross Profit is Total Sales - Total Costs
*Commissions Earned is a calculation based off commission rates found unique to each sales rep (already in the database on the commissions report)
*Net Profit is the Gross Profit - Commissions Earned.
Is this not enough info? As I said I have never used Access so I am not sure exactly what information needs to be provided.
Thank you!
How do I create a new Table that locates all of these functions and then how do I have my Front End access it and Display it nicely?
This is exactly what I need to do:
I have a Front End and a Back End - All of the numbers and calculations I need to access are all within the Access file already in different areas. I need to create a new report, it will be called something like Job Cost Breakdown.
The report will show:
[Total Sales] [Total Costs] [Cost of Goods Sold] [Gross Profit] [Commissions Earned] [Net Profit]
These are all basically functions of each other
*Total Sales and Total Costs are accessible somewhere in the Database and are already reporting on Job Reports.
*Cost of Goods Sold is simply Total Costs / Total Sales (displayed as a %)
*Gross Profit is Total Sales - Total Costs
*Commissions Earned is a calculation based off commission rates found unique to each sales rep (already in the database on the commissions report)
*Net Profit is the Gross Profit - Commissions Earned.
Is this not enough info? As I said I have never used Access so I am not sure exactly what information needs to be provided.
Thank you!