Feb 16, 2001 #1 MikeL91 Programmer Feb 8, 2001 100 US I have done this once, but lost the code, and can't seem to find the section in the book. I want to modify a structure from my program when it runs to remove a field. Thanks in advance, Mike
I have done this once, but lost the code, and can't seem to find the section in the book. I want to modify a structure from my program when it runs to remove a field. Thanks in advance, Mike
Feb 16, 2001 #2 rgbean Programmer Nov 9, 2000 5,707 US Mike, Try: ALTER TABLE TableName1 [DROP [COLUMN] FieldName3] Rick Upvote 0 Downvote
Dec 20, 2002 #3 nimeshcp Programmer Apr 26, 2002 2 IN however before executing rick's advice ensure that data table you are modifying is in exclusive mode Upvote 0 Downvote