HI,
I have a application which has Access as Front end and SQLServer as BackEnd.
I have a table which has student details.
Table Fields are:
Record#,FirstName,LastName,MiddleName,Address,City,State,Pin,.....
The table has about 1200 records.
Every Thing works fine but in the front end when i try to do a search by
FirstName it is VERY SLOW.I need to use ctr-break to stop the process or it keeps going on.But it is okey if i search by the Record#.I need to search by lastname or Firstname and speed up the process.I even tried creating a FullTextIndex but it was of no use.
Any Help will be appreciated,
Thanks in advance,
Rann.
I have a application which has Access as Front end and SQLServer as BackEnd.
I have a table which has student details.
Table Fields are:
Record#,FirstName,LastName,MiddleName,Address,City,State,Pin,.....
The table has about 1200 records.
Every Thing works fine but in the front end when i try to do a search by
FirstName it is VERY SLOW.I need to use ctr-break to stop the process or it keeps going on.But it is okey if i search by the Record#.I need to search by lastname or Firstname and speed up the process.I even tried creating a FullTextIndex but it was of no use.
Any Help will be appreciated,
Thanks in advance,
Rann.