W
wizcow2
Guest
I am trying to run an update query that will add a yes/no field to tblParts.
I have this code connected to the click event of a button.
DoCmd.RunSQL = "ALTER TABLE tblParts ADD COLUMN [AllowDiscount] YESNO;"
This doesn't work. Could someone please tell me what is wrong.
Also, will this work if I split the db?
Thanks
Tom
Access 2k
Window 2k
I have this code connected to the click event of a button.
DoCmd.RunSQL = "ALTER TABLE tblParts ADD COLUMN [AllowDiscount] YESNO;"
This doesn't work. Could someone please tell me what is wrong.
Also, will this work if I split the db?
Thanks
Tom
Access 2k
Window 2k