yes in that you can get it to run an query
you can use SQL (query language) to do things like update records
UPDATE products
SET price = price+ 1.00
WHERE price < 1
this small sample adds $1 to all prices in the products table where the price is greater than $1 to begin with
for dates you need to use # around the date
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,826
Solved Threads: 601