May 26, 2004 #1 TadyB Programmer Joined May 21, 2004 Messages 42 Location US Hi everyone. Is it possible to add a new field in a table in a more user-friendly way then having to go into the design view of the table? Could a form do this? Thanks, Stacey
Hi everyone. Is it possible to add a new field in a table in a more user-friendly way then having to go into the design view of the table? Could a form do this? Thanks, Stacey
May 26, 2004 #2 lespaul Programmer Joined Feb 4, 2002 Messages 7,083 Location US probably is possible, but why would you want to allow the users to modify a table? Leslie Upvote 0 Downvote
May 26, 2004 Thread starter #3 TadyB Programmer Joined May 21, 2004 Messages 42 Location US Leslie, It's a long story! Too long!! Stacey Upvote 0 Downvote
May 26, 2004 #4 lespaul Programmer Joined Feb 4, 2002 Messages 7,083 Location US well, it's your table, hopefully they don't screw it up too much! Look into the alter table SQL command. It will allow you to add to a table using SQL. leslie Upvote 0 Downvote
well, it's your table, hopefully they don't screw it up too much! Look into the alter table SQL command. It will allow you to add to a table using SQL. leslie
May 26, 2004 Thread starter #5 TadyB Programmer Joined May 21, 2004 Messages 42 Location US Thanks Upvote 0 Downvote