How do you add additional data to existing data without wiping out the original data?
If I had 20 records and I had a field call datesm which was a list of date and wanted to add another date to all 20 records, what is the proper way to do it?
1/1/2009, 1/1/2010 so how would a create a query to add 1/1/2011? to result in 1/1/2009, 1/1/2010, 1/1/2011
Thanks,
If I had 20 records and I had a field call datesm which was a list of date and wanted to add another date to all 20 records, what is the proper way to do it?
1/1/2009, 1/1/2010 so how would a create a query to add 1/1/2011? to result in 1/1/2009, 1/1/2010, 1/1/2011
Thanks,