ALTER COLUMN query problems...

B

bshannon

ALTER TABLE [tblSOLD02ForecastStatusA] ALTER COLUMN [RenTypeId]
Integer(4);

This query won't work. Any suggestions?
 
V

Van T. Dinh

Instead of Integer(4), use one of the following:

LONG, INTEGER, INT, INTEGER4
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Protecting query results 1
Set default value to 0 with ALTER TABLE 1
ALTER TABLE problems 5
Access Access VBA question 0
Multiple ADD COLUMN in one shot? 2
SQL Change Column name 5
ALTER TABLE query 1
alter table question 1

Top