PC Review


Reply
Thread Tools Rate Thread

Automate linking of new BE tables to FE Db

 
 
=?Utf-8?B?R0JBY2Nlc3M=?=
Guest
Posts: n/a
 
      19th Apr 2006
I'm considering splitting my DB into FE and BE. The FE will have queries
that create new tables daily, weekly, and monthly (standardized table names
with changing date tags--i.e. Daily03312006, Daily04032006) so the FE is at
risk of growing rapidly. I would like to set up queries in the FE to create
the new tables, export them to the BE then link the newly added BE tables
back to the FE. The part I can't figure out is how to automate the linking
of the new tables to the FE.

Is this a pipe dream or does anyone have suggestions?
 
Reply With Quote
 
 
 
 
Tim Ferguson
Guest
Posts: n/a
 
      19th Apr 2006
=?Utf-8?B?R0JBY2Nlc3M=?= <(E-Mail Removed)> wrote in
news:BED1B7E9-8CC4-4B39-9000-(E-Mail Removed):

> I'm considering splitting my DB into FE and BE.


Don't consider it: do it! <g>

> The FE will have
> queries that create new tables daily, weekly, and monthly


***EEEKK**** oh no... While you are doing your split, you might think
about redesigning to get rid of all these tables too. Store data in
records and in fields, not in table names.


> Is this a pipe dream or does anyone have suggestions?
>


Yes: see above!


Hope it helps


Tim F

 
Reply With Quote
 
=?Utf-8?B?S2xhdHV1?=
Guest
Posts: n/a
 
      19th Apr 2006
I don't know what you are smoking in that pipe, but you are going about it
the hard way.

Rather than creating new tables constantly, all you really need is a date
field in your table that relates to the date of the entry, or whatever is
significant about the date. The just filter all your queries, forms, report,
etc. to include the data for the day, week, month, etc.

This is much better database design, will keep your database from growing
out of control, and really make things much simpler in the long run.

"GBAccess" wrote:

> I'm considering splitting my DB into FE and BE. The FE will have queries
> that create new tables daily, weekly, and monthly (standardized table names
> with changing date tags--i.e. Daily03312006, Daily04032006) so the FE is at
> risk of growing rapidly. I would like to set up queries in the FE to create
> the new tables, export them to the BE then link the newly added BE tables
> back to the FE. The part I can't figure out is how to automate the linking
> of the new tables to the FE.
>
> Is this a pipe dream or does anyone have suggestions?

 
Reply With Quote
 
=?Utf-8?B?R0JBY2Nlc3M=?=
Guest
Posts: n/a
 
      19th Apr 2006
I certainly appreciate your response and agree with your suggestion. This
particular database is a historical database and the nature of it requires
that day to day status of accounts be kept for research and reporting. It is
not the ideal setup, but the only way I could accomplish the requested
objective with the data provided to me in the manner that it is.

Again, thank you very much for your input.

"Klatuu" wrote:

> I don't know what you are smoking in that pipe, but you are going about it
> the hard way.
>
> Rather than creating new tables constantly, all you really need is a date
> field in your table that relates to the date of the entry, or whatever is
> significant about the date. The just filter all your queries, forms, report,
> etc. to include the data for the day, week, month, etc.
>
> This is much better database design, will keep your database from growing
> out of control, and really make things much simpler in the long run.
>
> "GBAccess" wrote:
>
> > I'm considering splitting my DB into FE and BE. The FE will have queries
> > that create new tables daily, weekly, and monthly (standardized table names
> > with changing date tags--i.e. Daily03312006, Daily04032006) so the FE is at
> > risk of growing rapidly. I would like to set up queries in the FE to create
> > the new tables, export them to the BE then link the newly added BE tables
> > back to the FE. The part I can't figure out is how to automate the linking
> > of the new tables to the FE.
> >
> > Is this a pipe dream or does anyone have suggestions?

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Automate linking of document via OLE Brad Microsoft Access VBA Modules 2 29th May 2009 02:15 PM
Automate linking of document via OLE Brad Microsoft Access VBA Modules 0 29th May 2009 01:34 AM
How can I automate a field (linking it to a drop down) Wouter WES Microsoft Outlook Form Programming 1 11th Sep 2008 08:15 PM
How to automate linking dbase file? Sming Microsoft Access External Data 1 5th Mar 2004 01:04 AM
Help! Automate linking data penroma Microsoft Excel Misc 2 3rd Dec 2003 10:54 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:59 AM.