Stroud1977
Registered User.
- Local time
- Today, 15:57
- Joined
- Nov 30, 2013
- Messages
- 45
Hi Guys,
You've all helped me so much on my current (first ever) database that I feel bad asking for more help, but here goes..
This is going to be an entertainments agency database which deals with booking artists/bands etc.
I've got a table (tblAppointments) where all my booking info goes. (artist, venue and client details etc)
I set up a task system which sets up tasks using the info in 'tbl appointments' to remind the artists about the booking via SMS and Email 7 days before the gig.
This works fine, but I've set it to ask if you want to delete the task after actioning, which you need to, otherwise it just hangs around, but it's deleting the actual booking info and not just the task, because it's all coming from the one table 'tblAppointments'.
So I thought what I needed to do was to have a duplicate of 'tblAppointments' and call it 'Tasks' and use an append query to autopopulate the new 'Tasks' table.
But everything I've read on here has convinced me that duplicating data in tables is a BIG no no, so I've come to you and humbly ask, what is the best way to achieve this? I'm pretty sure it's relationship based, but as you can all see, I'm way in over my head and would love some simple advice
Many thanks in advance..i'll attach a copy of the database so you can see what i'm up to.
Kind regards,
Steve
You've all helped me so much on my current (first ever) database that I feel bad asking for more help, but here goes..
This is going to be an entertainments agency database which deals with booking artists/bands etc.
I've got a table (tblAppointments) where all my booking info goes. (artist, venue and client details etc)
I set up a task system which sets up tasks using the info in 'tbl appointments' to remind the artists about the booking via SMS and Email 7 days before the gig.
This works fine, but I've set it to ask if you want to delete the task after actioning, which you need to, otherwise it just hangs around, but it's deleting the actual booking info and not just the task, because it's all coming from the one table 'tblAppointments'.
So I thought what I needed to do was to have a duplicate of 'tblAppointments' and call it 'Tasks' and use an append query to autopopulate the new 'Tasks' table.
But everything I've read on here has convinced me that duplicating data in tables is a BIG no no, so I've come to you and humbly ask, what is the best way to achieve this? I'm pretty sure it's relationship based, but as you can all see, I'm way in over my head and would love some simple advice
Many thanks in advance..i'll attach a copy of the database so you can see what i'm up to.
Kind regards,
Steve
