Greetings,
I am trying to build a small CRM Utility which will be using by 6 - 8 members.
Basically, it has three tables, one form and few queries.
tblemails (some fields will auto populates from outlook)
emailsid
vehicleno
manufacturer
receivedon
from
body
subject
tbllive
This is linked table, the data is populating from a sql remote server
id
vehicleno
partno
serialno
manufacturer
tblSI
siid
vehicleno
sidescription
I have a Form, on top right, I have search button Functionality,
Below, left side, I have fields from the tblemails (Split form)
Right side I have fields from tbllive. (just for live lookup purpose)
The problems I am facing
1. when user search by using the search button, It is taking too much of time to get the data from the tbllive (remote server).
Is there a way to get the results quick from the sql server?
2. My Team members are saying that it became very slow even accessing to the local tables also. (the tblemails has now 20,000 rows.)
Does Access cannot handle 20,000 rows or do i need to do any tweak?
3. My TL wants to show display charts by using tblemails table.
Is there any good tutorials available to do chart things in MS Access?
Is there any free or demo MS Access CRM System available to study it and implement some new features into my CRM?
Any help is really appreciated.
Thank you in advance.
I am trying to build a small CRM Utility which will be using by 6 - 8 members.
Basically, it has three tables, one form and few queries.
tblemails (some fields will auto populates from outlook)
emailsid
vehicleno
manufacturer
receivedon
from
body
subject
tbllive
This is linked table, the data is populating from a sql remote server
id
vehicleno
partno
serialno
manufacturer
tblSI
siid
vehicleno
sidescription
I have a Form, on top right, I have search button Functionality,
Below, left side, I have fields from the tblemails (Split form)
Right side I have fields from tbllive. (just for live lookup purpose)
The problems I am facing
1. when user search by using the search button, It is taking too much of time to get the data from the tbllive (remote server).
Is there a way to get the results quick from the sql server?
2. My Team members are saying that it became very slow even accessing to the local tables also. (the tblemails has now 20,000 rows.)
Does Access cannot handle 20,000 rows or do i need to do any tweak?
3. My TL wants to show display charts by using tblemails table.
Is there any good tutorials available to do chart things in MS Access?
Is there any free or demo MS Access CRM System available to study it and implement some new features into my CRM?
Any help is really appreciated.
Thank you in advance.