J
Jason Reynolds
Hello everyone..
I am attempting to automate the generation of reporting data that is stored
in an access databse. Normally this data would be generated by the
application, but in this situation, I need to fake the data for demo
purposes.
I have a table called AntiSpamUser that holds a number of records petaining
to filtered spam. To manipulate the access database, i wanted to use an
update query that prompts for a date range, and then randomly populates the
TimePeriod field in the AntiSpamUser stats table with dates that fall within
the range I specified. The data in the TimePeriodField is simply a
mm/dd/yyyy and is not indexed.
Any ideas on how to pull that off?
TIA
mrjasonreynolds(AT)gmail.com
I am attempting to automate the generation of reporting data that is stored
in an access databse. Normally this data would be generated by the
application, but in this situation, I need to fake the data for demo
purposes.
I have a table called AntiSpamUser that holds a number of records petaining
to filtered spam. To manipulate the access database, i wanted to use an
update query that prompts for a date range, and then randomly populates the
TimePeriod field in the AntiSpamUser stats table with dates that fall within
the range I specified. The data in the TimePeriodField is simply a
mm/dd/yyyy and is not indexed.
Any ideas on how to pull that off?
TIA
mrjasonreynolds(AT)gmail.com