I have a query that pulls data from many tables to display project info, status, proposed values, etc. I want the user to be able to enter the total amount billed for each project, then print a monthly report that calculates percentage complete and totals.
My question is, where should the user enter the amt. billed? The numbers come from another database, so I have no need to store the info. Should I make a column for the info in the query and run the report from there, or can they enter it straight onto the report? Will a query store values that have no link to a table?
I haven't done anything like this before. Any guidance would be greatly appreciated.
Thanks!
Frazzled Margaret
My question is, where should the user enter the amt. billed? The numbers come from another database, so I have no need to store the info. Should I make a column for the info in the query and run the report from there, or can they enter it straight onto the report? Will a query store values that have no link to a table?
I haven't done anything like this before. Any guidance would be greatly appreciated.
Thanks!
Frazzled Margaret