D
David
I've read that when using access fields that:
rstOrders.Fields("fldCustomer")
is faster than
!fldCustomer
=================
Question
Is this true, and if so why?
Thanks
David
rstOrders.Fields("fldCustomer")
is faster than
!fldCustomer
=================
Question
Is this true, and if so why?
Thanks
David