PC Review


Reply
Thread Tools Rate Thread

how to create shared database

 
 
=?Utf-8?B?YmVhY2hiZWxsZQ==?=
Guest
Posts: n/a
 
      28th Oct 2007
how do i create a shared database where more than one user can update
information
 
Reply With Quote
 
 
 
 
Keith Willcocks
Guest
Posts: n/a
 
      28th Oct 2007

"beachbelle" <(E-Mail Removed)> wrote in message
news:3757E8E0-FC2B-4F57-9991-(E-Mail Removed)...
> how do i create a shared database where more than one user can update
> information


Put the tables in one database and the application in another. Each user
gets a copy of the application database which is then linked to the tables
in the tables database (File/Get External Data/Link Tables).
--
Keith Willcocks
(If you can't laugh at life, it ain't worth living!)


 
Reply With Quote
 
=?Utf-8?B?YmVhY2hiZWxsZQ==?=
Guest
Posts: n/a
 
      28th Oct 2007
many thanks keith but what is an application? as you can guess i'm new to this

"beachbelle" wrote:

> how do i create a shared database where more than one user can update
> information

 
Reply With Quote
 
=?Utf-8?B?YmVhY2hiZWxsZQ==?=
Guest
Posts: n/a
 
      28th Oct 2007
thanks keith but what are applications? as you can guess i'm new tro this

"Keith Willcocks" wrote:

>
> "beachbelle" <(E-Mail Removed)> wrote in message
> news:3757E8E0-FC2B-4F57-9991-(E-Mail Removed)...
> > how do i create a shared database where more than one user can update
> > information

>
> Put the tables in one database and the application in another. Each user
> gets a copy of the application database which is then linked to the tables
> in the tables database (File/Get External Data/Link Tables).
> --
> Keith Willcocks
> (If you can't laugh at life, it ain't worth living!)
>
>
>

 
Reply With Quote
 
Douglas J. Steele
Guest
Posts: n/a
 
      28th Oct 2007
It's possible that Keith had something else in mind, but typically what's
meant by an Access "application" are the queries, forms, reports, macros and
modules. The database in which those objects exist is typically referred to
as the "front-end", while the tables and relationships are in what's
referred to as the "back-end".

Only the back-end is placed on the server: each user has his/her own copy of
the front-end, ideally on his/her hard drive.

You may find these references useful:
http://www.granite.ab.ca/access/splitapp/index.htm
http://www.members.shaw.ca/AlbertKal...plit/index.htm

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


"beachbelle" <(E-Mail Removed)> wrote in message
news:BB4EE42A-81C7-48A7-A2DA-(E-Mail Removed)...
> thanks keith but what are applications? as you can guess i'm new tro this
>
> "Keith Willcocks" wrote:
>
>>
>> "beachbelle" <(E-Mail Removed)> wrote in message
>> news:3757E8E0-FC2B-4F57-9991-(E-Mail Removed)...
>> > how do i create a shared database where more than one user can update
>> > information

>>
>> Put the tables in one database and the application in another. Each
>> user
>> gets a copy of the application database which is then linked to the
>> tables
>> in the tables database (File/Get External Data/Link Tables).
>> --
>> Keith Willcocks
>> (If you can't laugh at life, it ain't worth living!)
>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?Q1c=?=
Guest
Posts: n/a
 
      29th Oct 2007
With the greatest of respect, it sounds as though you would have a tough time
trying to create an Access database if you're not familiar with the basics
such as the meaning of an "application".
I've been there, having started with Access only a year or two ago, and
despite having spent many years fiddling around with a variety of PC
software, I have to tell you that there was quite a learning curve.
I strongly recommend that you get yourself a book that will explain the
basics - something like Access for Dummies - I have never used the Dummies
series before but I found this one invaluable.
Little Black Crow

"beachbelle" wrote:

> many thanks keith but what is an application? as you can guess i'm new to this
>
> "beachbelle" wrote:
>
> > how do i create a shared database where more than one user can update
> > information

 
Reply With Quote
 
=?Utf-8?B?YmVhY2hiZWxsZQ==?=
Guest
Posts: n/a
 
      31st Oct 2007
many thanks for this. i have actually created quite a large database & was
seeing if there was an easy way to share it.

"beachbelle" wrote:

> how do i create a shared database where more than one user can update
> information

 
Reply With Quote
 
germaine.oliver@gmail.com
Guest
Posts: n/a
 
      31st Oct 2007
I think many people can create an Access database even if they aren't
familiar with that particular usage of the term "application". Most
people think of an application as something like Word or Excel.
Thinking of something created in Access as an "application" is non-
intuitive for most users. That is one of the beatiful things about
Access... it is accessible to people at all knowledge levels. I had
some pretty decent Access skills before I ran into the first use of
the term "application" for a front end (which, btw, is what I think
most people use when referring to Access apps.) But despite the
handicap of lack of terms, some of my Access dbs were pretty useful
and functional.

But I agree completely: the "Dummies" series is WONDERFUL. I used the
Access Programming for Dummies book (in Access 98... wow, I'm old)
frequently. Even for those with a good knowledge base and the
capability of making good databases can get good information from
these books.. and for newbies, I can imagine they're awesome....


On Oct 28, 8:52 pm, CW <C...@discussions.microsoft.com> wrote:
> With the greatest of respect, it sounds as though you would have a tough time
> trying to create an Access database if you're not familiar with the basics
> such as the meaning of an "application".
> I've been there, having started with Access only a year or two ago, and
> despite having spent many years fiddling around with a variety of PC
> software, I have to tell you that there was quite a learning curve.
> I strongly recommend that you get yourself a book that will explain the
> basics - something like Access for Dummies - I have never used the Dummies
> series before but I found this one invaluable.
> Little Black Crow
>
>
>
> "beachbelle" wrote:
> > many thanks keith but what is an application? as you can guess i'm new to this

>
> > "beachbelle" wrote:

>
> > > how do i create a shared database where more than one user can update
> > > information- Hide quoted text -

>
> - Show quoted text -



 
Reply With Quote
 
Keith Willcocks
Guest
Posts: n/a
 
      1st Nov 2007
If it is all in one database. Create a second empty one, import your
tables into it from the original, then delete the tables in the original and
use "File/Get external data/Link tables" to connect to the new database.
--
Keith Willcocks
(If you can't laugh at life, it ain't worth living!)


"beachbelle" <(E-Mail Removed)> wrote in message
news:4C5C0CD8-20CC-402A-9D23-(E-Mail Removed)...
> many thanks for this. i have actually created quite a large database & was
> seeing if there was an easy way to share it.
>
> "beachbelle" wrote:
>
>> how do i create a shared database where more than one user can update
>> information



 
Reply With Quote
 
germaine.oliver@gmail.com
Guest
Posts: n/a
 
      2nd Nov 2007
Isn't this what the database splitter does?

On Nov 1, 5:55 am, "Keith Willcocks" <buccan...@invalidaddress.inv>
wrote:
> If it is all in one database. Create a second empty one, import your
> tables into it from the original, then delete the tables in the original and
> use "File/Get external data/Link tables" to connect to the new database.
> --
> Keith Willcocks
> (If you can't laugh at life, it ain't worth living!)
>
> "beachbelle" <beachbe...@discussions.microsoft.com> wrote in message
>
> news:4C5C0CD8-20CC-402A-9D23-(E-Mail Removed)...
>
>
>
> > many thanks for this. i have actually created quite a large database & was
> > seeing if there was an easy way to share it.

>
> > "beachbelle" wrote:

>
> >> how do i create a shared database where more than one user can update
> >> information- Hide quoted text -

>
> - Show quoted text -



 
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
Database sizing recommendations for shared BCM database? sandlapper99 Microsoft Outlook BCM 2 29th Feb 2008 05:46 PM
ACCESSING SHARED DATABASE ON A NETWORK SHARED FOLDER =?Utf-8?B?QlJVQ0U=?= Microsoft Access Security 2 4th May 2007 07:24 PM
How do I create a shared custom information database in Outlook? =?Utf-8?B?cm9nZXIgbiBjb2xz?= Microsoft Outlook Discussion 1 1st May 2006 04:47 PM
Business Contact Manager shared database when shared =?Utf-8?B?R2F2aW4gS2VubmVkeQ==?= Microsoft Outlook BCM 7 8th Jul 2005 02:40 PM
HELP- trying to create a database to create Student Progress repor =?Utf-8?B?bXJzcjg0?= Microsoft Access Database Table Design 7 24th Feb 2005 07:49 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:24 PM.