J
jro via AccessMonster.com
I am trying to design a data base that will track our employees daily
register receits. I need to set up the relationships so that each clerk can
have a daily financial report for their shift, but there can only be one
specific date. (In other words I would like to keep track of each employees
register receits for that day but I don't want them to be able to have
duplicate entry's for that date. If anyone could help me I would appreciate
it.
List of tables
Tbl_Employees Tbl_Employee_Daily_Financial
Tbl_Register_One-Ticket_Sales
EmployeeId Primary Key DateId
DateId
EmployeeLastName EmployeeId
Game1SerialNumber
EmployeeFirstName ShiftStart
Game2SerialNumber
Address ShiftEnd
Game3SerialNumber
DateOfHire
Game4SerialNumber
City
Game1sales
State
Game2Sales
Phone
Game3Sales
Zip
Game4Sales
Game1Payouts
Game2Payouts
Game3Payouts
Game4Payouts
Tbl_Register_one_Bar_Sales Register_One_Non_Cash_Sales
Register_One_Payouts
DateId DateId
PayoutId
HotDogSales Register1CreditCardSales
DateId
HamburgSales Register1UsedGiftCertificate
SupplierName
(and so on) Register1CheckSales
TotalCost
Register_Two_Proshop_Sales Register_Two_Non_Cash_Sales
DateId DateId
CartRental Register2CreditCardSales
GolfSpecial
Register2NewGiftCertificateSales
(and so on) (and
so on)
Thank you
register receits. I need to set up the relationships so that each clerk can
have a daily financial report for their shift, but there can only be one
specific date. (In other words I would like to keep track of each employees
register receits for that day but I don't want them to be able to have
duplicate entry's for that date. If anyone could help me I would appreciate
it.
List of tables
Tbl_Employees Tbl_Employee_Daily_Financial
Tbl_Register_One-Ticket_Sales
EmployeeId Primary Key DateId
DateId
EmployeeLastName EmployeeId
Game1SerialNumber
EmployeeFirstName ShiftStart
Game2SerialNumber
Address ShiftEnd
Game3SerialNumber
DateOfHire
Game4SerialNumber
City
Game1sales
State
Game2Sales
Phone
Game3Sales
Zip
Game4Sales
Game1Payouts
Game2Payouts
Game3Payouts
Game4Payouts
Tbl_Register_one_Bar_Sales Register_One_Non_Cash_Sales
Register_One_Payouts
DateId DateId
PayoutId
HotDogSales Register1CreditCardSales
DateId
HamburgSales Register1UsedGiftCertificate
SupplierName
(and so on) Register1CheckSales
TotalCost
Register_Two_Proshop_Sales Register_Two_Non_Cash_Sales
DateId DateId
CartRental Register2CreditCardSales
GolfSpecial
Register2NewGiftCertificateSales
(and so on) (and
so on)
Thank you