A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Designing Access Table in Excel Copying to Access Desgign



 
 
Thread Tools Display Modes
  #1  
Old January 8th, 2009, 11:21 PM posted to microsoft.public.access.tablesdbdesign
Brahio
external usenet poster
 
Posts: 8
Default Designing Access Table in Excel Copying to Access Desgign

Hello,

I have a large database I am palnning designing in Excel (Thousands of
fields, etc). For each table I have all the fields, data types and field
names in excel just as they appear in the access table design view.
Question, does anyone know how I can copy, move or import all the fiels per
table from excel to access desgn view. Is it even possible?

(Creating fields and names in Excel to take advantage to concatenation in
naming complicated field names and field descriptions for thousands of fields)
  #2  
Old January 9th, 2009, 12:18 AM posted to microsoft.public.access.tablesdbdesign
bhicks11 via AccessMonster.com
external usenet poster
 
Posts: 529
Default Designing Access Table in Excel Copying to Access Desgign

File - Import - xls.

Bonnie
http://www.dataplus-svc.com

Brahio wrote:
Hello,

I have a large database I am palnning designing in Excel (Thousands of
fields, etc). For each table I have all the fields, data types and field
names in excel just as they appear in the access table design view.
Question, does anyone know how I can copy, move or import all the fiels per
table from excel to access desgn view. Is it even possible?

(Creating fields and names in Excel to take advantage to concatenation in
naming complicated field names and field descriptions for thousands of fields)


--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...esign/200901/1

  #3  
Old January 9th, 2009, 12:52 AM posted to microsoft.public.access.tablesdbdesign
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default Designing Access Table in Excel Copying to Access Desgign

Brahio

If your design has "thousands of fields", there might be a chance that your
intended table structure would benefit from additional normalization. If
you'll describe the kind of data that goes into those "thousands of fields",
folks here may be able to offer additional assistance.

Regards

Jeff Boyce
Microsoft Office/Access MVP


"Brahio" wrote in message
...
Hello,

I have a large database I am palnning designing in Excel (Thousands of
fields, etc). For each table I have all the fields, data types and field
names in excel just as they appear in the access table design view.
Question, does anyone know how I can copy, move or import all the fiels
per
table from excel to access desgn view. Is it even possible?

(Creating fields and names in Excel to take advantage to concatenation in
naming complicated field names and field descriptions for thousands of
fields)



  #4  
Old January 9th, 2009, 12:57 AM posted to microsoft.public.access.tablesdbdesign
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Designing Access Table in Excel Copying to Access Desgign

On Thu, 8 Jan 2009 15:21:49 -0800, Brahio
wrote:

Hello,

I have a large database I am palnning designing in Excel (Thousands of
fields, etc). For each table I have all the fields, data types and field
names in excel just as they appear in the access table design view.
Question, does anyone know how I can copy, move or import all the fiels per
table from excel to access desgn view. Is it even possible?

(Creating fields and names in Excel to take advantage to concatenation in
naming complicated field names and field descriptions for thousands of fields)


Since Access tables are limited to 255 fields, and most rational normalized
table designs have fewer than 30 fields... it sounds like you're REALLY on the
wrong track! Or so you mean "thousands of fields" spanning scores of (properly
normalized) tables?

You can use File... Get External Data... Import to import a "table"
(spreadsheet) from Excel into a new table in Access.
--

John W. Vinson [MVP]
  #5  
Old January 9th, 2009, 01:51 AM posted to microsoft.public.access.tablesdbdesign
Brahio
external usenet poster
 
Posts: 8
Default Designing Access Table in Excel Copying to Access Desgign

Thanks John,

You're correct, I have already normalized my tables (about 25-30) for the
1000 fields. I'm not trying to import data yet, but trying to find a way to
import the design properties for each table (field/data type/field
description). I did in excel because each is very descriptive and I need to
to concatenate many levels of each field name and description (very complex
business and descriptions). I just want to start building tables in Access
without having to copy/paste each cell in excel one at a time.....just
checking if I am missing something..as I do not have visio professional to
assist in my table planning.

Thanks John

"John W. Vinson" wrote:

On Thu, 8 Jan 2009 15:21:49 -0800, Brahio
wrote:

Hello,

I have a large database I am palnning designing in Excel (Thousands of
fields, etc). For each table I have all the fields, data types and field
names in excel just as they appear in the access table design view.
Question, does anyone know how I can copy, move or import all the fiels per
table from excel to access desgn view. Is it even possible?

(Creating fields and names in Excel to take advantage to concatenation in
naming complicated field names and field descriptions for thousands of fields)


Since Access tables are limited to 255 fields, and most rational normalized
table designs have fewer than 30 fields... it sounds like you're REALLY on the
wrong track! Or so you mean "thousands of fields" spanning scores of (properly
normalized) tables?

You can use File... Get External Data... Import to import a "table"
(spreadsheet) from Excel into a new table in Access.
--

John W. Vinson [MVP]

  #6  
Old January 9th, 2009, 06:08 AM posted to microsoft.public.access.tablesdbdesign
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Designing Access Table in Excel Copying to Access Desgign

On Thu, 8 Jan 2009 17:51:01 -0800, Brahio
wrote:

Thanks John,

You're correct, I have already normalized my tables (about 25-30) for the
1000 fields. I'm not trying to import data yet, but trying to find a way to
import the design properties for each table (field/data type/field
description). I did in excel because each is very descriptive and I need to
to concatenate many levels of each field name and description (very complex
business and descriptions). I just want to start building tables in Access
without having to copy/paste each cell in excel one at a time.....just
checking if I am missing something..as I do not have visio professional to
assist in my table planning.


Well, I've never tried it, but if you have a Sheet or a Database in Excel with
the fieldnames and some sample data, you should be able to import it. The
problem I forsee is datatypes; Access has strong datatyping (each field must
be a defined datatype and size) while Excel does not, so it may be a
challenge!

If your spreadsheet has cells for Tablename, Fieldname, data type, (preferably
data size for text fields though that's dispensible), and description then I
can imagine writing VBA code to either construct a CREATE TABLE query, or use
the VBA CreateTable and CreateField method.

Since Access fields don't have "levels" it's not quite clear to me what you
mean though!
--

John W. Vinson [MVP]
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:34 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.