JohnTulley
Programmer
Could anyone show / explain how I can read the Caption text of the Field properties of a table in VBA, preferably using a recordset.
Any help would be greatfully received.
Any help would be greatfully received.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
RecordsetName
.Fields("
FieldName
").Properties("Caption")