I have a table that holds records based on a StartDate. Is there away that I can query this table and either make a new table or update an existing table and add a new field to the table based on the StartDate of the record.
Table 1 has
StartDate - and several other fields
11/11/03 - x x x x x x x x x x x x x other data
now when I query this table I want to make a new table or update an existing table so the new table would look like this
Week StartDate - and several other fileds
45 11/11/03 - x x x x x x x x x x x x x other data
the week 45 would come from another table where I define Week 45 as 11/10/03 - 11/16/03
so any record in table 1 that has a startdate of 11/11 to 11/16/03
would get a week 45 added to table 2
can this be done? if so I could really use some help
Thank you
Jim
Table 1 has
StartDate - and several other fields
11/11/03 - x x x x x x x x x x x x x other data
now when I query this table I want to make a new table or update an existing table so the new table would look like this
Week StartDate - and several other fileds
45 11/11/03 - x x x x x x x x x x x x x other data
the week 45 would come from another table where I define Week 45 as 11/10/03 - 11/16/03
so any record in table 1 that has a startdate of 11/11 to 11/16/03
would get a week 45 added to table 2
can this be done? if so I could really use some help
Thank you
Jim