May 26, 2004 #1 TadyB Programmer May 21, 2004 42 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 Feb 4, 2002 7,083 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 May 21, 2004 42 US Leslie, It's a long story! Too long!! Stacey Upvote 0 Downvote
May 26, 2004 #4 lespaul Programmer Feb 4, 2002 7,083 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