F Fernando Registered User. Local time Today, 18:04 Joined Feb 9, 2007 Messages 89 Mar 27, 2008 #1 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?
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?
Rabbie Super Moderator Local time Today, 23:04 Joined Jul 10, 2007 Messages 5,906 Mar 27, 2008 #2 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.
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.