D
Doctor
Let me start off by saying that I know very little about networks. I am
definately a novice in that department.
I have been having two issues that I have been unable to fix. The problems
may be related.
What We Have
BE/FE database. FE is approx 20 MB. BE is approx 20 MB.
BE is on Windows Server 2003
FE is on each PC which run either XP Pro or Vista Premium
Each PC has Office 2003 installed
The FE's are all mde's
7 users with not more than 3 or 4 concurrent users
Problem ONE:
When ever two or more users are logged into their FE through their MDE file,
when I access the data with my MDB file to make new
reports/queries/forms/etc. my design time is super slow.
For instance, when laying out a new report linked to a brand new query, I
will try to drag fields from the Field List box. Three to four seconds goes
by, then the fields appear in the report. Basically, take everything that you
do that happens instantly and add 5 seconds to it. Rough!
The trick is that if I am here designing stuff when no one else is logged
on, then it runs normally. Or if I take the MDB file off site to design at
home (with a BE copy), it runs fine. If people are logged on and I am not
designing queries/forms/reports, then it runs fine.
Problem TWO:
We use a modified version of Allen Browne's search form
(http://www.allenbrowne.com/ser-62.html) for searching through our records.
The form is based on a query. What happens on only three out of the seven
computers is that only directly linked fields show up immediately. Calculated
fields can take from three to four minutes to display. {My calculated field
is this: =IIf([ChurchAddress2] Is Null,[ChurchAddress1],[ChurchAddress1] & ",
" & [ChurchAddress2]) }
Yes, I could put the calculated field in the in the query, which I may do,
but shouldn't it work as expected on all of the computers even the way that I
have it?
Thank you so much for any help.
definately a novice in that department.
I have been having two issues that I have been unable to fix. The problems
may be related.
What We Have
BE/FE database. FE is approx 20 MB. BE is approx 20 MB.
BE is on Windows Server 2003
FE is on each PC which run either XP Pro or Vista Premium
Each PC has Office 2003 installed
The FE's are all mde's
7 users with not more than 3 or 4 concurrent users
Problem ONE:
When ever two or more users are logged into their FE through their MDE file,
when I access the data with my MDB file to make new
reports/queries/forms/etc. my design time is super slow.
For instance, when laying out a new report linked to a brand new query, I
will try to drag fields from the Field List box. Three to four seconds goes
by, then the fields appear in the report. Basically, take everything that you
do that happens instantly and add 5 seconds to it. Rough!
The trick is that if I am here designing stuff when no one else is logged
on, then it runs normally. Or if I take the MDB file off site to design at
home (with a BE copy), it runs fine. If people are logged on and I am not
designing queries/forms/reports, then it runs fine.
Problem TWO:
We use a modified version of Allen Browne's search form
(http://www.allenbrowne.com/ser-62.html) for searching through our records.
The form is based on a query. What happens on only three out of the seven
computers is that only directly linked fields show up immediately. Calculated
fields can take from three to four minutes to display. {My calculated field
is this: =IIf([ChurchAddress2] Is Null,[ChurchAddress1],[ChurchAddress1] & ",
" & [ChurchAddress2]) }
Yes, I could put the calculated field in the in the query, which I may do,
but shouldn't it work as expected on all of the computers even the way that I
have it?
Thank you so much for any help.