WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

combining different databases into 1 large with switch

 
   Home -> Office other -> Table Design RSS
Next:  New to database  
Author Message
Angela

External


Since: Jul 08, 2004
Posts: 76



(Msg. 1) Posted: Thu Oct 09, 2008 10:10 am
Post subject: combining different databases into 1 large with switch
Archived from groups: microsoft>public>access>tablesdbdesign (more info?)

Hello:

I have not used access in ages and I have 2007 installed in my computer. I
have checked in the microsoft templetes and there are 4 different templates
I want combined into 1 database then I want to add a switchboard for easy of
use. Is there an easy way to do this.

the templetes are:

"Home inventory"
http://office.microsoft.com/en-us/templates/TC102068811033.aspx?Catego...D=CT101

"Book collection database"
http://office.microsoft.com/en-us/templates/TC010186431033.aspx?Catego...D=CT102


"Music collection database"
http://office.microsoft.com/en-us/templates/TC010186291033.aspx?Catego...D=CT102


Thanks,
Angela
Back to top
Login to vote
Klatuu

External


Since: Sep 09, 2008
Posts: 312



(Msg. 2) Posted: Thu Oct 09, 2008 4:16 pm
Post subject: Re: combining different databases into 1 large with switch [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

No reason you can't do it, but you will most likely have to modify some
things in one or more of the templates. There could be objects in the
different databases with the same name, for example. If you put both in the
same mdb, you will get an error. If that happens, you have to rename one of
the objects and you have find a replace every reference to that name in the
mdb.

If the mdbs you want to use don't have to share the same data, an easier way
may be to create your own front end mdb that is nothing more than a
switchboard for you to select an application. Then when the user selects a
module, open it and quit the main switchboard.

"Angela" <Angela DeleteThis @discussions.microsoft.com> wrote in message
news:94C22E94-E650-4E00-9249-65CACAA4C439@microsoft.com...
> Hello:
>
> I have not used access in ages and I have 2007 installed in my computer. I
> have checked in the microsoft templetes and there are 4 different
> templates
> I want combined into 1 database then I want to add a switchboard for easy
> of
> use. Is there an easy way to do this.
>
> the templetes are:
>
> "Home inventory"
> http://office.microsoft.com/en-us/templates/TC102068811033.aspx?Catego...D=CT101
>
> "Book collection database"
> http://office.microsoft.com/en-us/templates/TC010186431033.aspx?Catego...D=CT102
>
>
> "Music collection database"
> http://office.microsoft.com/en-us/templates/TC010186291033.aspx?Catego...D=CT102
>
>
> Thanks,
> Angela
>
>
>
>
Back to top
Login to vote
Angela

External


Since: Jul 08, 2004
Posts: 76



(Msg. 3) Posted: Thu Oct 09, 2008 4:16 pm
Post subject: Re: combining different databases into 1 large with switch [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

So in creating a front end you mean create a blank db and link my switchboard
to the other database?


"Klatuu" wrote:

> No reason you can't do it, but you will most likely have to modify some
> things in one or more of the templates. There could be objects in the
> different databases with the same name, for example. If you put both in the
> same mdb, you will get an error. If that happens, you have to rename one of
> the objects and you have find a replace every reference to that name in the
> mdb.
>
> If the mdbs you want to use don't have to share the same data, an easier way
> may be to create your own front end mdb that is nothing more than a
> switchboard for you to select an application. Then when the user selects a
> module, open it and quit the main switchboard.
>
> "Angela" <Angela RemoveThis @discussions.microsoft.com> wrote in message
> news:94C22E94-E650-4E00-9249-65CACAA4C439@microsoft.com...
> > Hello:
> >
> > I have not used access in ages and I have 2007 installed in my computer. I
> > have checked in the microsoft templetes and there are 4 different
> > templates
> > I want combined into 1 database then I want to add a switchboard for easy
> > of
> > use. Is there an easy way to do this.
> >
> > the templetes are:
> >
> > "Home inventory"
> > http://office.microsoft.com/en-us/templates/TC102068811033.aspx?Catego...D=CT101
> >
> > "Book collection database"
> > http://office.microsoft.com/en-us/templates/TC010186431033.aspx?Catego...D=CT102
> >
> >
> > "Music collection database"
> > http://office.microsoft.com/en-us/templates/TC010186291033.aspx?Catego...D=CT102
> >
> >
> > Thanks,
> > Angela
> >
> >
> >
> >
>
>
>
Back to top
Login to vote
Barry A&P

External


Since: Oct 08, 2008
Posts: 9



(Msg. 4) Posted: Thu Oct 09, 2008 5:32 pm
Post subject: Re: combining different databases into 1 large with switch [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Angela

This is deffinately not an "Expert Answer" but ive done it. and you learn a
lot about how the databases work. Make some notes on paper table names field
names report names query names Ect for each database. also spend a little
time in the "object dependencies" window to see how much stuff is affected by
a table or query ect.
Microsoft templates typically do a great job at naming conventions and
standardized tables. Determine wich database has the most information or is
the most complex and call it your Main database.
start copying and pasting all of the Tables queries forms and reports that
dont allready exist info to that "Main" database. Then the hard part. the
macros and code. most of the code should transfer with the forms. but check
out the Macros and see if there is any procedures ect that need to be copied
to the Main database.

Remember if you allready have data in the tables BACK THEM UP you can always
start over..

Sorry i dont have the quick easy on this..



"Angela" wrote:

> So in creating a front end you mean create a blank db and link my switchboard
> to the other database?
>
>
> "Klatuu" wrote:
>
> > No reason you can't do it, but you will most likely have to modify some
> > things in one or more of the templates. There could be objects in the
> > different databases with the same name, for example. If you put both in the
> > same mdb, you will get an error. If that happens, you have to rename one of
> > the objects and you have find a replace every reference to that name in the
> > mdb.
> >
> > If the mdbs you want to use don't have to share the same data, an easier way
> > may be to create your own front end mdb that is nothing more than a
> > switchboard for you to select an application. Then when the user selects a
> > module, open it and quit the main switchboard.
> >
> > "Angela" <Angela.RemoveThis@discussions.microsoft.com> wrote in message
> > news:94C22E94-E650-4E00-9249-65CACAA4C439@microsoft.com...
> > > Hello:
> > >
> > > I have not used access in ages and I have 2007 installed in my computer. I
> > > have checked in the microsoft templetes and there are 4 different
> > > templates
> > > I want combined into 1 database then I want to add a switchboard for easy
> > > of
> > > use. Is there an easy way to do this.
> > >
> > > the templetes are:
> > >
> > > "Home inventory"
> > > http://office.microsoft.com/en-us/templates/TC102068811033.aspx?Catego...D=CT101
> > >
> > > "Book collection database"
> > > http://office.microsoft.com/en-us/templates/TC010186431033.aspx?Catego...D=CT102
> > >
> > >
> > > "Music collection database"
> > > http://office.microsoft.com/en-us/templates/TC010186291033.aspx?Catego...D=CT102
> > >
> > >
> > > Thanks,
> > > Angela
> > >
> > >
> > >
> > >
> >
> >
> >
Back to top
Login to vote
Angela

External


Since: Jul 08, 2004
Posts: 76



(Msg. 5) Posted: Sat Oct 11, 2008 1:13 pm
Post subject: RE: combining different databases into 1 large with switch [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thank you all for your replies. I will try and experiment to see what I am
compbine.
Back to top
Login to vote
Klatuu

External


Since: Sep 09, 2008
Posts: 312



(Msg. 6) Posted: Mon Oct 13, 2008 8:29 am
Post subject: Re: combining different databases into 1 large with switch [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Exactly. So when you select a module from your "switchboard" application,
it would open the other mdb.
Now, this may not be the most elegant approach, but certainly the quickest
and easiest. The main downside would be if there are any reporting
requirements that would need to combine the data from the different modules.

But, even that would not stop using such an approach. That is because it is
possible for a front end to link to multiple back ends. You could just link
to the multiple applications' back ends and write your custom reports in
your main front end.

"Angela" <Angela.RemoveThis@discussions.microsoft.com> wrote in message
news:731AEFDC-0E87-4696-95E7-4969B8F282E8@microsoft.com...
> So in creating a front end you mean create a blank db and link my
> switchboard
> to the other database?
>
>
> "Klatuu" wrote:
>
>> No reason you can't do it, but you will most likely have to modify some
>> things in one or more of the templates. There could be objects in the
>> different databases with the same name, for example. If you put both in
>> the
>> same mdb, you will get an error. If that happens, you have to rename one
>> of
>> the objects and you have find a replace every reference to that name in
>> the
>> mdb.
>>
>> If the mdbs you want to use don't have to share the same data, an easier
>> way
>> may be to create your own front end mdb that is nothing more than a
>> switchboard for you to select an application. Then when the user selects
>> a
>> module, open it and quit the main switchboard.
>>
>> "Angela" <Angela.RemoveThis@discussions.microsoft.com> wrote in message
>> news:94C22E94-E650-4E00-9249-65CACAA4C439@microsoft.com...
>> > Hello:
>> >
>> > I have not used access in ages and I have 2007 installed in my
>> > computer. I
>> > have checked in the microsoft templetes and there are 4 different
>> > templates
>> > I want combined into 1 database then I want to add a switchboard for
>> > easy
>> > of
>> > use. Is there an easy way to do this.
>> >
>> > the templetes are:
>> >
>> > "Home inventory"
>> > http://office.microsoft.com/en-us/templates/TC102068811033.aspx?Catego...D=CT101
>> >
>> > "Book collection database"
>> > http://office.microsoft.com/en-us/templates/TC010186431033.aspx?Catego...D=CT102
>> >
>> >
>> > "Music collection database"
>> > http://office.microsoft.com/en-us/templates/TC010186291033.aspx?Catego...D=CT102
>> >
>> >
>> > Thanks,
>> > Angela
>> >
>> >
>> >
>> >
>>
>>
>>
Back to top
Login to vote
Display posts from previous:   
       Home -> Office other -> Table Design All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows XP
 Windows Vista
 Windows Other
 Office
  Office Other
 Security
 WinRAR
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET