R
Rebecca
I have a table with a column containing a date.
I need to read this table and insert a new column
for 'weekending date'. This must be calculated from the
date column based on a Sun-Sat week. can this be done in a
query? If so, how?
Or do I need to write some VBA code to loop thru the table
and do this?
After this is done, I then need to create a crosstab query
based on the weekending date.
I have no information on Access other than the Help
screens and it takes forever to learn anything from them.
I need to read this table and insert a new column
for 'weekending date'. This must be calculated from the
date column based on a Sun-Sat week. can this be done in a
query? If so, how?
Or do I need to write some VBA code to loop thru the table
and do this?
After this is done, I then need to create a crosstab query
based on the weekending date.
I have no information on Access other than the Help
screens and it takes forever to learn anything from them.