From: tighe on 27 May 2010 17:00 All, how would you handle having two persons who work on creating/designing/editing a DB? TIA FYI I'm not in this situation but just in case.
From: Jeff Boyce on 27 May 2010 18:27 Simultaneously or consecutively? If simultaneously, one approach might be to allow both to open the same file, but the first one on an object will 'lock' it from the other. If consecutively, you'd need a way to ensure that PersonB doesn't start until PersonA is done ... that's a matter of communication. There are tools that help with the communication ... Regards Jeff Boyce Microsoft Access MVP -- Disclaimer: This author may have received products and services mentioned in this post. Mention and/or description of a product or service herein does not constitute endorsement thereof. Any code or pseudocode included in this post is offered "as is", with no guarantee as to suitability. You can thank the FTC of the USA for making this disclaimer possible/necessary. "tighe" <tighe(a)discussions.microsoft.com> wrote in message news:B8CB819D-9161-4EFD-91FE-EE8ED18739B6(a)microsoft.com... > All, > > how would you handle having two persons who work on > creating/designing/editing a DB? > > TIA > > FYI I'm not in this situation but just in case.
From: Piet Linden on 29 May 2010 13:30 On May 27, 4:00 pm, tighe <ti...(a)discussions.microsoft.com> wrote: > All, > > how would you handle having two persons who work on > creating/designing/editing a DB? > > TIA > > FYI I'm not in this situation but just in case. About the only way this would work if the two work simultaneously is that both work on separate front ends. I have worked on a database while someone else (unknown to me) was changing things... You'll do that exactly once in your life before you swear never to do it again. If you want to merge the databases into a third (safer that way!) later you can.
From: tighe on 1 Jun 2010 10:19 thanks for the responses. "Piet Linden" wrote: > On May 27, 4:00 pm, tighe <ti...(a)discussions.microsoft.com> wrote: > > All, > > > > how would you handle having two persons who work on > > creating/designing/editing a DB? > > > > TIA > > > > FYI I'm not in this situation but just in case. > > About the only way this would work if the two work simultaneously is > that both work on separate front ends. I have worked on a database > while someone else (unknown to me) was changing things... You'll do > that exactly once in your life before you swear never to do it again. > If you want to merge the databases into a third (safer that way!) > later you can. > . >
|
Pages: 1 Prev: Populate a new field in an existing table Next: Auto Increment by 1 Letter |