|
|
| Next: how do I change the order of link bars on an inde.. |
| Author |
Message |
maggotdrowner External

Since: Aug 16, 2009 Posts: 1
|
Posted: Sun Aug 16, 2009 2:10 pm Post subject: Access database for use on multiple pc's Archived from groups: microsoft>public>access>tablesdbdesign (more info?) |
|
|
Hi, I'm wanting to know (preferably step by step), how I can access an
Access file I have on one pc via other pc's in the office (upto 3).
I'm running XP pro, and the other pc's are XP home, XP media edition,
and there may be a vista home premium.
Access is Access 2002 on all machines.. Having looked around it seems
spliting into frontend and backend is the way, but having tried
different combinations, i'm stuggling...(Even to how you get a front
end). I only have one table(?) if thats the right term, and dont use any
of the other objects in the list (queries, forms etc) at the moment..
Having even followed the instuctions on microsoft support site, still
no joy.(Didn't think I was that daft..but looks like I am)
Thanks in Advance
Dave
--
maggotdrowner
------------------------------------------------------------------------
maggotdrowner's Profile: http://www.thecodecage.com/forumz/member.php?userid=691
View this thread: http://www.thecodecage.com/forumz/showthread.php?t=125840 |
|
| Back to top |
|
 |
Douglas J. Steele External

Since: Jan 12, 2009 Posts: 165
|
Posted: Sun Aug 16, 2009 2:17 pm Post subject: Re: Access database for use on multiple pc's [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
The application should be split into a front-end (containing the queries,
forms, reports, macros and modules), linked to a back-end (containing the
tables and relations). Each user should have his/her own copy of the
front-end: it's only the back-end that needs to be shared.
Tony Toews has good information about this at
http://www.granite.ab.ca/access/splitapp/index.htm (although I'm not sure
whether he talks specifically about peer-to-peer networks, which sounds as
though may be what you're using).
Regarding your comment that you "only have one table". You should NEVER work
directly with tables: there's too much chance that data could be deleted
unintentionally. You should ALWAYS use a form, so that you can put in checks
to ensure that inappropriate changes aren't made.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
"maggotdrowner" <maggotdrowner.3x0twc.DeleteThis@thecodecage.com> wrote in message
news:maggotdrowner.3x0twc@thecodecage.com...
>
> Hi, I'm wanting to know (preferably step by step), how I can access an
> Access file I have on one pc via other pc's in the office (upto 3).
> I'm running XP pro, and the other pc's are XP home, XP media edition,
> and there may be a vista home premium.
> Access is Access 2002 on all machines.. Having looked around it seems
> spliting into frontend and backend is the way, but having tried
> different combinations, i'm stuggling...(Even to how you get a front
> end). I only have one table(?) if thats the right term, and dont use any
> of the other objects in the list (queries, forms etc) at the moment..
> Having even followed the instuctions on microsoft support site, still
> no joy.(Didn't think I was that daft..but looks like I am)
> Thanks in Advance
> Dave
>
>
> --
> maggotdrowner
> ------------------------------------------------------------------------
> maggotdrowner's Profile:
> http://www.thecodecage.com/forumz/member.php?userid=691
> View this thread:
> http://www.thecodecage.com/forumz/showthread.php?t=125840
> |
|
| Back to top |
|
 |
maggotdrowner External

Since: Aug 16, 2009 Posts: 1
|
Posted: Sun Aug 16, 2009 5:10 pm Post subject: Re: Access database for use on multiple pc's [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Hi Doug, thanks for the quick response..
I realise that the split should be front and back end, but its HOW to
get each end.. The link to Tony Toews info doesn't really tell me much
at all..
As for not working directly with tables, it's all i've been used to for
the past 7 years...It's just now the time has come to have others in the
office entering the records..
Regards Dave
Douglas J. Steele;454650 Wrote:
> The application should be split into a front-end (containing the
> queries,
> forms, reports, macros and modules), linked to a back-end (containing
> the
> tables and relations). Each user should have his/her own copy of the
> front-end: it's only the back-end that needs to be shared.
>
> Tony Toews has good information about this at
> 'Splitting your Microsoft Access MDB into a front end and back end'
> (http://www.granite.ab.ca/access/splitapp/index.htm) (although I'm not
> sure
> whether he talks specifically about peer-to-peer networks, which sounds
> as
> though may be what you're using).
>
> Regarding your comment that you "only have one table". You should NEVER
> work
> directly with tables: there's too much chance that data could be
> deleted
> unintentionally. You should ALWAYS use a form, so that you can put in
> checks
> to ensure that inappropriate changes aren't made.
>
> --
> Doug Steele, Microsoft Access MVP
> 'Doug Steele's Beer and Programming Emporium' (http://I.Am/DougSteele)
> (no private e-mails, please)
>
>
> "maggotdrowner" <maggotdrowner.3x0twc.TakeThisOut@thecodecage.com> wrote in
> message
> news:maggotdrowner.3x0twc@thecodecage.com...
> >
> > Hi, I'm wanting to know (preferably step by step), how I can access
> an
> > Access file I have on one pc via other pc's in the office (upto 3).
> > I'm running XP pro, and the other pc's are XP home, XP media
> edition,
> > and there may be a vista home premium.
> > Access is Access 2002 on all machines.. Having looked around it
> seems
> > spliting into frontend and backend is the way, but having tried
> > different combinations, i'm stuggling...(Even to how you get a front
> > end). I only have one table(?) if thats the right term, and dont use
> any
> > of the other objects in the list (queries, forms etc) at the
> moment..
> > Having even followed the instuctions on microsoft support site,
> still
> > no joy.(Didn't think I was that daft..but looks like I am)
> > Thanks in Advance
> > Dave
> >
> >
> > --
> > maggotdrowner
> >
> ------------------------------------------------------------------------
> > maggotdrowner's Profile:
> > 'The Code Cage Forums - View Profile: maggotdrowner'
> (http://www.thecodecage.com/forumz/member.php?userid=691)
> > View this thread:
> > 'Access database for use on multiple pc's - The Code Cage Forums'
> (http://www.thecodecage.com/forumz/showthread.php?t=125840)
> >
--
maggotdrowner
------------------------------------------------------------------------
maggotdrowner's Profile: http://www.thecodecage.com/forumz/member.php?userid=691
View this thread: http://www.thecodecage.com/forumz/showthread.php?t=125840 |
|
| Back to top |
|
 |
Douglas J. Steele External

Since: Jan 12, 2009 Posts: 165
|
Posted: Sun Aug 16, 2009 5:53 pm Post subject: Re: Access database for use on multiple pc's [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
No offense, but just because you've done it that way for the past 7 years
doesn't make it correct. And it's even more critical that you do it properly
with multiple concurrent users.
Create a brand-new blank database, then go through File | Get External Data
| Link Tables.
Navigate to the database through Network Neighborhood or My Network Places
(or whatever it's called in your version of Windows), rather than navigating
to the specific drive letter.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
"maggotdrowner" <maggotdrowner.3x11mi RemoveThis @thecodecage.com> wrote in message
news:maggotdrowner.3x11mi@thecodecage.com...
>
> Hi Doug, thanks for the quick response..
> I realise that the split should be front and back end, but its HOW to
> get each end.. The link to Tony Toews info doesn't really tell me much
> at all..
>
> As for not working directly with tables, it's all i've been used to for
> the past 7 years...It's just now the time has come to have others in the
> office entering the records..
>
> Regards Dave
>
>
> Douglas J. Steele;454650 Wrote:
>> The application should be split into a front-end (containing the
>> queries,
>> forms, reports, macros and modules), linked to a back-end (containing
>> the
>> tables and relations). Each user should have his/her own copy of the
>> front-end: it's only the back-end that needs to be shared.
>>
>> Tony Toews has good information about this at
>> 'Splitting your Microsoft Access MDB into a front end and back end'
>> (http://www.granite.ab.ca/access/splitapp/index.htm) (although I'm not
>> sure
>> whether he talks specifically about peer-to-peer networks, which sounds
>> as
>> though may be what you're using).
>>
>> Regarding your comment that you "only have one table". You should NEVER
>> work
>> directly with tables: there's too much chance that data could be
>> deleted
>> unintentionally. You should ALWAYS use a form, so that you can put in
>> checks
>> to ensure that inappropriate changes aren't made.
>>
>> --
>> Doug Steele, Microsoft Access MVP
>> 'Doug Steele's Beer and Programming Emporium' (http://I.Am/DougSteele)
>> (no private e-mails, please)
>>
>>
>> "maggotdrowner" <maggotdrowner.3x0twc RemoveThis @thecodecage.com> wrote in
>> message
>> news:maggotdrowner.3x0twc@thecodecage.com...
>> >
>> > Hi, I'm wanting to know (preferably step by step), how I can access
>> an
>> > Access file I have on one pc via other pc's in the office (upto 3).
>> > I'm running XP pro, and the other pc's are XP home, XP media
>> edition,
>> > and there may be a vista home premium.
>> > Access is Access 2002 on all machines.. Having looked around it
>> seems
>> > spliting into frontend and backend is the way, but having tried
>> > different combinations, i'm stuggling...(Even to how you get a front
>> > end). I only have one table(?) if thats the right term, and dont use
>> any
>> > of the other objects in the list (queries, forms etc) at the
>> moment..
>> > Having even followed the instuctions on microsoft support site,
>> still
>> > no joy.(Didn't think I was that daft..but looks like I am)
>> > Thanks in Advance
>> > Dave
>> >
>> >
>> > --
>> > maggotdrowner
>> >
>> ------------------------------------------------------------------------
>> > maggotdrowner's Profile:
>> > 'The Code Cage Forums - View Profile: maggotdrowner'
>> (http://www.thecodecage.com/forumz/member.php?userid=691)
>> > View this thread:
>> > 'Access database for use on multiple pc's - The Code Cage Forums'
>> (http://www.thecodecage.com/forumz/showthread.php?t=125840)
>> >
>
>
> --
> maggotdrowner
> ------------------------------------------------------------------------
> maggotdrowner's Profile:
> http://www.thecodecage.com/forumz/member.php?userid=691
> View this thread:
> http://www.thecodecage.com/forumz/showthread.php?t=125840
> |
|
| Back to top |
|
 |
|
|
|
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
|
| |
|
|