View Single Post
  #3  
Old May 5th, 2010, 04:31 PM posted to microsoft.public.access.tablesdbdesign
KARL DEWEY
external usenet poster
 
Posts: 10,767
Default Can't insert columns into my access db

Access is not like a spreadsheet where you can insert columns (in Access they
are called 'Fields') at any time. You have to modify the table structure.

How were you attempting to insert a 'field'? What were you viewing when you
tried?

--
Build a little, test a little.


"Rob" wrote:

I have a db with 5 columns and i want my front end interface to be
able to insert a 6th column. i can do it on the front end but it doesn't
save to the db?