Spiritwoman
New member
- Local time
- Today, 10:18
- Joined
- Jun 17, 2008
- Messages
- 8
Hi. I'm bumbling along in Access and would appreciate your help. I think I am in way over my head here, so any point in the right direction would be great.
I'm creating a reservation database for a church that creates a reservation for a fee per hour, adds an amenity like a stage extension for a flat fee, adds a service like a musician for a fee per hour. I would like it to calculate the total on an invoice and track payment history.
I currently have these tables:
Contact (ContactID PK)
Rooms Available (RoomName PK)
Services (ServiceID PK)
Amenities (AmenityID PK)
Payments (PaymentID PK)
Reservations (ReservationID PK)
Invoices (InvoiceID PK)
I read another thread the suggested breaking the invoices into two tables, so I created:
tInvoice (tInvoiceID PK)
tInvoiceDetail (tInvoiceDetail PK)
(However, I'm not sure what to do with these two new tables now that I've created them.)
Help?
I'm creating a reservation database for a church that creates a reservation for a fee per hour, adds an amenity like a stage extension for a flat fee, adds a service like a musician for a fee per hour. I would like it to calculate the total on an invoice and track payment history.
I currently have these tables:
Contact (ContactID PK)
Rooms Available (RoomName PK)
Services (ServiceID PK)
Amenities (AmenityID PK)
Payments (PaymentID PK)
Reservations (ReservationID PK)
Invoices (InvoiceID PK)
I read another thread the suggested breaking the invoices into two tables, so I created:
tInvoice (tInvoiceID PK)
tInvoiceDetail (tInvoiceDetail PK)
(However, I'm not sure what to do with these two new tables now that I've created them.)
Help?