View Single Post
  #4  
Old May 5th, 2010, 05:35 PM posted to microsoft.public.access.tablesdbdesign
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default Can't insert columns into my access db

Rob

Are you saying that you want your USERS to be able to add a column (via the
front-end interface)? If so, other responders have already pointed out that
Access is not a spreadsheet.

If you (and your users) want to get the best out of Access'
relationally-oriented features/functions, you can't feed it 'sheet data.
Access is optimized for well-normalized data.

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.

"Rob" Rob @discussions.microsoft.com wrote in message
...
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?