Turpis
Programmer
- Apr 16, 2002
- 151
I was curious as to whether there is any difference between:
Me.dsMaster.Tables(0)
Me.dsMaster.Tables("myTable")
Me.dsMaster.myTable
In most examples I see the second two types.
If there is truly 3 ways to refer to a single table in a dataset, what is 'good coding'?
Charles
Quality Assurance/Developer
Me.dsMaster.Tables(0)
Me.dsMaster.Tables("myTable")
Me.dsMaster.myTable
In most examples I see the second two types.
If there is truly 3 ways to refer to a single table in a dataset, what is 'good coding'?
Charles
Quality Assurance/Developer