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 » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Variable Table



 
 
Thread Tools Display Modes
  #1  
Old July 30th, 2009, 12:08 AM posted to microsoft.public.access.gettingstarted
Decembersonata
external usenet poster
 
Posts: 15
Default Variable Table

I am working on designing a database that will be used to audit data through
a form. The data we receive will come from unique sources and will have
similar, but not always similar, field names and field types. I know I could
just design tables that are specifically designed to receive the data with
the field names already defined. However, I would like for the database to
be able to evolve and receive new types of data as we receive it. So my
question, what would be the best way to go about having a generic table with
each field defined as Var1, Var2, etc, and then, depending upon criteria
(perhaps a three letter code identifying the source of data), map field names
onto this generic table, so that I'm only pulling data from a single table
instead of multiple tables based on multiple data sources.
  #2  
Old July 30th, 2009, 12:45 AM posted to microsoft.public.access.gettingstarted
John Spencer
external usenet poster
 
Posts: 2,364
Default Variable Table

This sounds like a nightmare.

Assuming you can design one table to handle the diverse sources, you can
import into that table by setting up import specifications.

Or you can link to the data and construct SQL append queries to append
the data to the table.

However, you handle this could be a major project.

'================================================= ===
John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County
'================================================= ===


Decembersonata wrote:
I am working on designing a database that will be used to audit data through
a form. The data we receive will come from unique sources and will have
similar, but not always similar, field names and field types. I know I could
just design tables that are specifically designed to receive the data with
the field names already defined. However, I would like for the database to
be able to evolve and receive new types of data as we receive it. So my
question, what would be the best way to go about having a generic table with
each field defined as Var1, Var2, etc, and then, depending upon criteria
(perhaps a three letter code identifying the source of data), map field names
onto this generic table, so that I'm only pulling data from a single table
instead of multiple tables based on multiple data sources.

 




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 04:55 PM.


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