Re: speed up link tables
- From: John W. Vinson <jvinson@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 01 Oct 2008 00:55:53 -0600
On Tue, 30 Sep 2008 17:17:01 -0700, tracktraining
<tracktraining@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
This is my SQL(DocInfo):
SELECT [Part Master].PRTNUM_01 AS DocID, [Part Master].REVLEV_01 AS Revision
FROM [Part Master] LEFT JOIN [Mfg Part Master] ON [Part Master].PRTNUM_01 =
[Mfg Part Master].PRTNUM_49
ORDER BY [Part Master].PRTNUM_01;
I am using Access 2003.
The linked tables are in pervasive database. So [Part Master] and [Mfg Part
Master] are linked tables.
Running this particular query is not causing any speed problem. Running
other queries or opening up any form that uses this query takes up a lot of
time.
Let me know if you need any other information.
If possible, put some sort of criteria on the query to limit the number of
records retrieved. There's not enough information shown to suggest how, but
perhaps if there is a PRTNUM_01 field on your form you could use it as a
criterion.
--
John W. Vinson [MVP]
.
- Follow-Ups:
- Re: speed up link tables
- From: tracktraining
- Re: speed up link tables
- References:
- speed up link tables
- From: tracktraining
- RE: speed up link tables
- From: Beetle
- RE: speed up link tables
- From: tracktraining
- speed up link tables
- Prev by Date: Re: Sounds
- Next by Date: Re: Using Table Value in a Form
- Previous by thread: RE: speed up link tables
- Next by thread: Re: speed up link tables
- Index(es):
Relevant Pages
|