ALTER TABLE statement

jal

Registered User.
Local time
Today, 04:44
Joined
Mar 30, 2007
Messages
1,709
I tried:

ALTER TABLE groupids ADD COLUMN groupid TEXT

But when I poll for the datatype I get "Memo". This datatype will cause me problems because Jet won't let me inner join on Memo fields. I need TEXT field. I tried "Alter Column GroupID Text" but it remains Memo (no error throws).

I am executing these queries using an AccessViewer package (I don't have Access installed).
 
Solved - you have to put a limit on it

TEXT (255)
 

Users who are viewing this thread

Back
Top Bottom