E
El Gordo
Hello all,
I have a database with 5 tables. Each table has 4 fields in it:
- date
- region
- city
- amount
The amount field varies between things used (electricity, materials, etc)
and things made (products, money, etc). I'm tracking 50+ sites that are
located in different cities and grouped into regions. Each day, the sites
use different amounts of material to create different amounts of product and
these amounts are logged into a database (not necessarily everyday). I'm
using a create-table query to calculate ratios of product to material and I
need to be able to tell how many days elapse between each entry in the
database. Any ideas? Thanks in advance.
J
I have a database with 5 tables. Each table has 4 fields in it:
- date
- region
- city
- amount
The amount field varies between things used (electricity, materials, etc)
and things made (products, money, etc). I'm tracking 50+ sites that are
located in different cities and grouped into regions. Each day, the sites
use different amounts of material to create different amounts of product and
these amounts are logged into a database (not necessarily everyday). I'm
using a create-table query to calculate ratios of product to material and I
need to be able to tell how many days elapse between each entry in the
database. Any ideas? Thanks in advance.
J