Re: Bugged by an easy problem for someone




> Question is why cannot I refer to the field in question useing
> oData.fields("Products.Name").value?

Because "Products" is the Table Name and I imagine that is stripped as part
of the name for the field of the Recordset as are all other table names.

I wonder if both "Products.Name", "DrinkType.Name" wind up being called Name
or whether ADO attaches a suffix?

Stephen Howe


.