Dear larry
thx for advise . In my case , dont split database do some help? (actual it
is a simple program with single table only)
Off topic question
If want to become familiar with Access or (client /server application). Any
further official training course suggested or just read book , design ,
test .....etc
I have achieved MOUS Acess 2000 already
THX
"Larry Linson" <
[email protected]> ¦b¶l¥ó
¤¤¼¶¼g...
The purpose of AutoNumbers is to ensure uniqueness -- they are for use
internal to your database, for joining related tables and the like. They are
not for display to a user as "meaningful data". Even if you think that the
users will not be disturbed by a break in a
normally-monotonically-ascending-sequence, it is likely that they will...
and contact you or the Help Desk, asking "what happened to the missing IDs?"
You can "fetch" the next number from a shared table, from within a
transaction in which you also update it, I'd think. I've never tried a split
Access database over anything as slow as T-1 -- when our users were on a
WAN, we used a true client-server configuration. Split Access-Jet pumps a
lot of data over the network to be used on anything as slow as a shared 1.5
MB pipe. The slowest network I've used with split Access-Jet was an old 4
MBPS LAN, and you could certainly tell the difference between that and the
10 MBPS and 100 MBPs networks in the same office.
After you implement and test, you may decide that an Access client
application running against SQL Server (the free MSDE that comes with Access
is fine if you don't have too many users... it is deliberately slowed when
more than 5 concurrent internal "batch processes" run, but usually can
handle user audiences in the twenties without undue delays). You'll have to
do some more learning... just as a well-designed, well-implemented
single-user standalone database isn't necessarily and automatically a
well-designed, well-implemented multiuser database, it is also true that a
well-designed, well-implemented multiuser database isn't necessarily and
automatically a well-designed, well-implemented client-server database,
either. Both are likely to require some replanning, redesign, and revision.
Larry Linson
Microsoft Access MVP