Tatiana has attended:
Access Introduction course
Access Intermediate course
Access Advanced course
Access VBA course
Excel VBA Intro Intermediate course
Updating database
How do I add a column that allows to aggregate the database summing up some columns on a weekly basis?
RE: Updating database
Similar to doing a calculation ni a new query field.
=sum([field1],[field2],[field3])