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  

New Linked Table



 
 
Thread Tools Display Modes
  #1  
Old February 27th, 2007, 05:37 PM posted to microsoft.public.access.tablesdbdesign
Steve S
external usenet poster
 
Posts: 162
Default New Linked Table

My database is split but now I need to create a new table. do I create it in
the backend or in the mdb where the forms and such are? How do I do this?

steve
  #2  
Old February 27th, 2007, 06:55 PM posted to microsoft.public.access.tablesdbdesign
Jerry Whittle
external usenet poster
 
Posts: 4,732
Default New Linked Table

You create the new table in the BE. Kick everyone out of the database and
open the BE. Create the new table. Open up the Relationships window and
create the properly relationships between the new and existing tables. Close
the BE.

On the FE go to File, Get External Data, Link Tables. Add the newly created
table in the BE. Create or modifiy any queries, forms, and reports as
necessary. Test. Distribute the modified FE to the users.

But before doing all the above, ask yourself why you need a new table. Be
very certain that you do before messing with a working design.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.

"Steve S" wrote:

My database is split but now I need to create a new table. do I create it in
the backend or in the mdb where the forms and such are? How do I do this?

steve

  #3  
Old May 17th, 2009, 06:18 PM posted to microsoft.public.access.tablesdbdesign
lieven
external usenet poster
 
Posts: 2
Default New Linked Table

I have the same probkem. I want to create a different table for each year.
Can it be done by checking te year of the curent date in VB Code?
The table has to be created in the BE but from the FE.

Thnx.

"Jerry Whittle" wrote:

You create the new table in the BE. Kick everyone out of the database and
open the BE. Create the new table. Open up the Relationships window and
create the properly relationships between the new and existing tables. Close
the BE.

On the FE go to File, Get External Data, Link Tables. Add the newly created
table in the BE. Create or modifiy any queries, forms, and reports as
necessary. Test. Distribute the modified FE to the users.

But before doing all the above, ask yourself why you need a new table. Be
very certain that you do before messing with a working design.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.

"Steve S" wrote:

My database is split but now I need to create a new table. do I create it in
the backend or in the mdb where the forms and such are? How do I do this?

steve

  #4  
Old May 17th, 2009, 06:43 PM posted to microsoft.public.access.tablesdbdesign
Douglas J. Steele[_3_]
external usenet poster
 
Posts: 3,143
Default New Linked Table

Why? Having multiple tables for the same information is seldom (if ever) an
appropriate design.

Have a single table, and include a mechanism to determine the year.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)


"Lieven" wrote in message
...
I have the same probkem. I want to create a different table for each year.
Can it be done by checking te year of the curent date in VB Code?
The table has to be created in the BE but from the FE.

Thnx.

"Jerry Whittle" wrote:

You create the new table in the BE. Kick everyone out of the database and
open the BE. Create the new table. Open up the Relationships window and
create the properly relationships between the new and existing tables.
Close
the BE.

On the FE go to File, Get External Data, Link Tables. Add the newly
created
table in the BE. Create or modifiy any queries, forms, and reports as
necessary. Test. Distribute the modified FE to the users.

But before doing all the above, ask yourself why you need a new table. Be
very certain that you do before messing with a working design.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.

"Steve S" wrote:

My database is split but now I need to create a new table. do I create
it in
the backend or in the mdb where the forms and such are? How do I do
this?

steve



  #5  
Old May 17th, 2009, 10:20 PM posted to microsoft.public.access.tablesdbdesign
tina
external usenet poster
 
Posts: 1,997
Default New Linked Table

in general, a bad idea. it breaks normalization rules - storing data in a
table name. it will require either creating a separate set of forms,
reports, etc, for each year, OR changing the table reference everywhere you
use it in the database, every single time you want to see data from a
different year.

much, much, much easier to keep all the data in the original table(s). you
can pull records for a specific year by simply setting criteria in a query,
or filtering forms and reports directly.

hth


"Lieven" wrote in message
...
I have the same probkem. I want to create a different table for each year.
Can it be done by checking te year of the curent date in VB Code?
The table has to be created in the BE but from the FE.

Thnx.

"Jerry Whittle" wrote:

You create the new table in the BE. Kick everyone out of the database

and
open the BE. Create the new table. Open up the Relationships window and
create the properly relationships between the new and existing tables.

Close
the BE.

On the FE go to File, Get External Data, Link Tables. Add the newly

created
table in the BE. Create or modifiy any queries, forms, and reports as
necessary. Test. Distribute the modified FE to the users.

But before doing all the above, ask yourself why you need a new table.

Be
very certain that you do before messing with a working design.
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.

"Steve S" wrote:

My database is split but now I need to create a new table. do I

create it in
the backend or in the mdb where the forms and such are? How do I do

this?

steve



 




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 01:42 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.