Thread: 2 Designers
View Single Post
  #2  
Old May 27th, 2010, 11:27 PM posted to microsoft.public.access.tablesdbdesign
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default 2 Designers

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" wrote in message
...
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.