T
Tony
Hi All,
I need to relate rate tables to work records where the rate tables are
different for each client each year. I want to store the appropriate table
name in the work record and have a query that can look at the record and use
the appropriate rate table based on the table name stored in the work
record. For example, the work records would look like this:
workRecord1 2 hours rateTable1
workRecord2 3 hours rateTable1
workRecord3 4 hours rateTable2
etc...
The rate tables would look like this:
rateTable1
ID1 $50
etc...
rateTable2
ID1 $100
etc...
Then the query would return something like this:
workRecord1 2 hours $50 $100
workRecord1 3 hours $50 $150
workRecord1 4 hours $100 $400
etc...
Any ideas?
Thanks & Ciao,
Tony
I need to relate rate tables to work records where the rate tables are
different for each client each year. I want to store the appropriate table
name in the work record and have a query that can look at the record and use
the appropriate rate table based on the table name stored in the work
record. For example, the work records would look like this:
workRecord1 2 hours rateTable1
workRecord2 3 hours rateTable1
workRecord3 4 hours rateTable2
etc...
The rate tables would look like this:
rateTable1
ID1 $50
etc...
rateTable2
ID1 $100
etc...
Then the query would return something like this:
workRecord1 2 hours $50 $100
workRecord1 3 hours $50 $150
workRecord1 4 hours $100 $400
etc...
Any ideas?
Thanks & Ciao,
Tony