W
WSF
Access97
From my FE I create a table [tblJobInfo] in a temporary mdb [TempData.mdb]
using SELECT.....INTO... which I use for referencing in subsequent queries.
This works fine. In order to execute queries faster I have been told to
index the common field [JobNo] in the created table [tblJobInfo]. Can I do
this in code from the front end mdb while or after creating the table?
TIA
WSF
From my FE I create a table [tblJobInfo] in a temporary mdb [TempData.mdb]
using SELECT.....INTO... which I use for referencing in subsequent queries.
This works fine. In order to execute queries faster I have been told to
index the common field [JobNo] in the created table [tblJobInfo]. Can I do
this in code from the front end mdb while or after creating the table?
TIA
WSF