Hi all, been a while since I asked for help but it's that time again!
I working on an append query. The query is creating a record in tblRecords for each combination of Partner, Week and Genre. So if we had Partners A, B and C who use Genres 1 and 2 and we have 52 weeks, that would result in 312 new records. This is all well and good, but each Partner has a defined start week and year and an end week and year. I want the query to only append records on and between those dates. So if Partner A would start on week 27, 2008 and end on week 52, 2008, I would need this to be taken into account.
How could I achieve this? I know I can get parameters from a form (which is where this query is laucnhed from), use global variables and such but I don't know how to actually implement this. Maybe there is an easy way?
Each partner record has the week and year data stored within it.
Thanks!
I working on an append query. The query is creating a record in tblRecords for each combination of Partner, Week and Genre. So if we had Partners A, B and C who use Genres 1 and 2 and we have 52 weeks, that would result in 312 new records. This is all well and good, but each Partner has a defined start week and year and an end week and year. I want the query to only append records on and between those dates. So if Partner A would start on week 27, 2008 and end on week 52, 2008, I would need this to be taken into account.
How could I achieve this? I know I can get parameters from a form (which is where this query is laucnhed from), use global variables and such but I don't know how to actually implement this. Maybe there is an easy way?
Each partner record has the week and year data stored within it.
Thanks!