Tabledef, querydef, recordset

Fernando

Registered User.
Local time
Today, 18:04
Joined
Feb 9, 2007
Messages
89
Hi, i have never really understood the main difference between those three. I've been always using recordset, i would like to know: When should i use the other two?
 
A tableDef is how you would define a table. You would use it if you were changing the design of a table dynamically.

A Querydef is how you would define a query. You would use it when you want to change the design of a query.

A recordset is a collection of records from a table or a query.
 

Users who are viewing this thread

Back
Top Bottom