hi all
I'm having problems with an ALTER TABLE query. I'm using the basic Access 2000/sql query window setup..
as well as dozens of text fields, I need to add a double integer column with a fixed number of decimal places.
(I can do this in the table design view of course, but am looking at ways to save time as hundreds of tables need modifying)
ALTER TABLE master
ADD COLUMN
av_price DOUBLE;
I can't seem to find the syntax to specify the number of decimal places in the above query. is this possible, or are my options limited by Access 2000?
many thanks in advance
M
I'm having problems with an ALTER TABLE query. I'm using the basic Access 2000/sql query window setup..
as well as dozens of text fields, I need to add a double integer column with a fixed number of decimal places.
(I can do this in the table design view of course, but am looking at ways to save time as hundreds of tables need modifying)
ALTER TABLE master
ADD COLUMN
av_price DOUBLE;
I can't seem to find the syntax to specify the number of decimal places in the above query. is this possible, or are my options limited by Access 2000?
many thanks in advance
M