bgreenhouse
Technical User
Hi Everyone
I've written a module in my Access database to update all the dates in the database by a given amount of time. Basically I scan all fields in all tables in my database, and if they are of type date, then I add x number of days to them.
I'm trying to centralize the database storage (we work in a distributed environment), so I'd like to do all the maintenance on line so that people can download the most recent version of the database. My question is this: is there any quick way to do the same sort of query with an asp? (i.e. look at all fields in all table for type = date...)
Thanks
Ben
I've written a module in my Access database to update all the dates in the database by a given amount of time. Basically I scan all fields in all tables in my database, and if they are of type date, then I add x number of days to them.
I'm trying to centralize the database storage (we work in a distributed environment), so I'd like to do all the maintenance on line so that people can download the most recent version of the database. My question is this: is there any quick way to do the same sort of query with an asp? (i.e. look at all fields in all table for type = date...)
Thanks
Ben