protagonist
Programmer
I'm using access 2000, and I have,for instance, the following simple query:
PARAMETERS name TEXT(30);
ALTER TABLE Table1
ADD COLUMN game TEXT(30);
Now, without the parameter bit, the alter table section works fine. I add in the parameter (which does nothing, you'll notice) and it won't work. I get the "Invalid SQL statement. Expected "Delete" etc." error.
Anybody got any idea's?
Thanks
PARAMETERS name TEXT(30);
ALTER TABLE Table1
ADD COLUMN game TEXT(30);
Now, without the parameter bit, the alter table section works fine. I add in the parameter (which does nothing, you'll notice) and it won't work. I get the "Invalid SQL statement. Expected "Delete" etc." error.
Anybody got any idea's?
Thanks