Index Concept in MS Access

R

Ravindhar reddy

dear sir/madam,

is there any temparory table concept(run time) and
index concept like in SQL .if these two concept are there
please send me the help regarding that


regards
ravindhar
 
J

Joe Fallon

You can build queries on the fly in code so you can consider them to be the
equivalent of temp tables.
Access supports 32 indexes per table.
I rarely use more than 3 or 4.
 
Top