M
Matt Hemsley
Hello there.
I'm trying to get my database to automatically add a new
field to an existing table with the name bing inputted by
the user.
The name is entered in a text box with the control name
"newname" on a form called "addnewskill", with the table
I'm trying to add to being "Skills"
I've a feeling this is something for SQL to take care of,
but I cannot seem to get the expression to refer to the
command contents.
I have tried ALTER TABLE Skills ADD COLUMN
[Form!addnewskill!newname] TEXT (255);
but this will ot work - I have also tried with many
combinations of brackets and quote marks.
a) Is what I am attepting possible? and if so
b) How do I do it?
Thanks for your time.
Matt
I'm trying to get my database to automatically add a new
field to an existing table with the name bing inputted by
the user.
The name is entered in a text box with the control name
"newname" on a form called "addnewskill", with the table
I'm trying to add to being "Skills"
I've a feeling this is something for SQL to take care of,
but I cannot seem to get the expression to refer to the
command contents.
I have tried ALTER TABLE Skills ADD COLUMN
[Form!addnewskill!newname] TEXT (255);
but this will ot work - I have also tried with many
combinations of brackets and quote marks.
a) Is what I am attepting possible? and if so
b) How do I do it?
Thanks for your time.
Matt