A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

bound forms, corrupt data



 
 
Thread Tools Display Modes
  #1  
Old October 31st, 2008, 01:51 PM posted to microsoft.public.access.forms
[email protected]
external usenet poster
 
Posts: 2
Default bound forms, corrupt data

I'm working with an inherited Access DB with 5-10 concurrent users.
There is no backend and it sits in a folder on a file server. It has
bound forms (opened with where clause), and access security. A remote
user "crashed the db and corrupted a record". After deleting the
record and repairing and compacting the db, it worked, but I'd rather
avoid this problem. If I split the db to front end\back end (both in
access) and have users download a FE to their pc, should that help the
problem, or would I need to do that and use unbound forms to improve
performance (it is slow)? I'm assuming that an SQL Server BE and
Access FE would be a truly stable solution, right? I'm an experienced
user and write some code, but I don't know much about networks and
performance. Any thoughts would be appreciated.
  #2  
Old October 31st, 2008, 11:26 PM posted to microsoft.public.access.forms
GeoffG[_2_]
external usenet poster
 
Posts: 38
Default bound forms, corrupt data

If I split the db to front end\back end
(both in access) and have users download
a FE to their pc, should that help the
problem,


Yes. The database is less likely to become corrupt. A
FE and BE is the best solution in multi-user
environments.

or would I need to do that and use unbound
forms to improve performance (it is slow)?


No, you don't need to use unbound forms. In fact,
unbound forms will make things much more difficult for
you; you'll need to program the locking records during
edits; you might just as well use bound forms and let
Access do the hard work. I don't think you need worry
about performance.

I'm assuming that an SQL Server BE and
Access FE would be a truly stable solution,
right?


An Access FE running locally and an Access BE on a
server would be stable too.

Any thoughts would be appreciated.


Be careful about securing the FE and BE.
All users will need (access to) the mdw file.

Regards
Geoff




wrote in message
...
I'm working with an inherited Access DB with 5-10
concurrent
users.
There is no backend and it sits in a folder on a file
server.
It has
bound forms (opened with where clause), and access
security. A
remote
user "crashed the db and corrupted a record". After
deleting
the
record and repairing and compacting the db, it
worked, but I'd
rather
avoid this problem. If I split the db to front
end\back end
(both in
access) and have users download a FE to their pc,
should that
help the
problem, or would I need to do that and use unbound
forms to
improve
performance (it is slow)? I'm assuming that an SQL
Server BE
and
Access FE would be a truly stable solution, right?
I'm an
experienced
user and write some code, but I don't know much about
networks
and
performance. Any thoughts would be appreciated.










 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:12 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.