D
DonS
I used to extract the CAPTIONS property from the fields in QueryDefs. I was
hitting Access 97.
I was using code like...
qdf.Fields(intFieldCounter - 1).Properties("Caption")
When I upgraded to Access 2000, I could no longer find that property. Even
when I cycle thru the field properties with code and display each one, I do
not see the CAPTION property.
Did Access 2000 do away with that property? If so, why can we still fill
one out on the QBE interface form?
Please help.
hitting Access 97.
I was using code like...
qdf.Fields(intFieldCounter - 1).Properties("Caption")
When I upgraded to Access 2000, I could no longer find that property. Even
when I cycle thru the field properties with code and display each one, I do
not see the CAPTION property.
Did Access 2000 do away with that property? If so, why can we still fill
one out on the QBE interface form?
Please help.