On Thu, 1 Jan 2009 21:07:01 -0800, Andrew
wrote:
>Is there a way that multi users are able to update infromation at the same time
Access is multiuser, out of the box. As noted elsethread you should "split"
the database for safety and efficiency, but (so long as neither user is
actively making changes to the STRUCTURE of the database) multiple users can
update data in the tables simultaneously. The official limit is 255 users, but
I'd be cautious about getting above fifty or so.
--
John W. Vinson [MVP]
>> Stay informed about: how can i allow multi users to edit database