Re: Problems networking Access
- From: "Albert D. Kallal" <kallal@xxxxxxx>
- Date: Fri, 05 May 2006 00:10:58 GMT
Default open mode - Exclusive
The above should be set to shared...
The database is also split, the workstation has a frontend which is
linked to the backend on the server.
Good, that is the recommended setup.
When I enter records into the database from the workstation, they do
not appear on the server.
How are you testing the above? A form should be loaded to one record...you
exit the form (and thus save the record). You are then back to some type of
prompt the user for the next record to work on. If you just open form to a
large table of records, that form have to be told to re-load the records
(so that is can see other reocrds added by other people).
A good approach is to build some type of search form, such as
http://www.members.shaw.ca/AlbertKallal/Search/index.html
So, ask/display the records you are searching for. If you do this, then you
eliminate the issue/problem of having to re-load up a form with a LARGE
number of records in the process, and your appcation will performance much
better.
You should not have to exit the application, but you certainly have to close
the form, or issue a requery to that form to see new records added. As
mentioned, if you change your design to ask for what records to view first,
then others peoples work will be available if you open up a form to these
newly added records....
And, if you are just testing by opening the back end direclty, you will have
to close, and then re-open a table to see the newly added records.
Of course, users would never see, or edit a table direct..but just a like
form, you do have to close, and then re-open the form to see records added
by other people.
--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pleaseNOOSpamKallal@xxxxxxx
http://www.members.shaw.ca/AlbertKallal
.
- Follow-Ups:
- Re: Problems networking Access
- From: jg1130@xxxxxxxxx
- Re: Problems networking Access
- References:
- Problems networking Access
- From: jg1130@xxxxxxxxx
- Problems networking Access
- Prev by Date: Help with DLookup/ I'm stumped!
- Next by Date: Detect column in list box mouse click
- Previous by thread: Re: Problems networking Access
- Next by thread: Re: Problems networking Access
- Index(es):
Relevant Pages
|