E
Ernst Guckel
Hello,
I am looking to create a database that stores sales figures for a
restaurant. I have four tables. tblSales wich has sales by 1/4 hour. I add
the sales to get sales by whichever time slot I need.
tblReconsile
------------
reconsileID
pennies
nickles
etc...
tblPartials (deposits)
-----------
PartialID
PartialDate
PartialAmount
BreakID (diferent bank reconsiles for the same day)
BreakNumber
BreakDate
There can be many reconsiles in a day, many partials for a day and many
breaks for a day... I am at a loss as to how to setup the relationships
between the tables... Are they setup right??
Also... There has to be atleast two reconsiles for a day the Open and Close
reconsile. The others will fall inbetween...
Any help would be great...
Ernst.
I am looking to create a database that stores sales figures for a
restaurant. I have four tables. tblSales wich has sales by 1/4 hour. I add
the sales to get sales by whichever time slot I need.
tblReconsile
------------
reconsileID
pennies
nickles
etc...
tblPartials (deposits)
-----------
PartialID
PartialDate
PartialAmount
BreakID (diferent bank reconsiles for the same day)
BreakNumber
BreakDate
There can be many reconsiles in a day, many partials for a day and many
breaks for a day... I am at a loss as to how to setup the relationships
between the tables... Are they setup right??
Also... There has to be atleast two reconsiles for a day the Open and Close
reconsile. The others will fall inbetween...
Any help would be great...
Ernst.