Message 1 of 4
Access Field Names
Not applicable
03-26-2009
12:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am grabbing values from specific Access fields and storing them in a variable. If I type in strValue = !Panel it will grab the current record value for the Panel field and store it correctly to strValue.
If I cycle thru the field names by initially storing them as an array then strValue = "!Panel" will literally equal !Panel, obviously because it is recognizing it as a text string and not a field name. Does anyone know how to convert my field name that is stored in an array to be called on and recognized as an Access field name?
If I cycle thru the field names by initially storing them as an array then strValue = "!Panel" will literally equal !Panel, obviously because it is recognizing it as a text string and not a field name. Does anyone know how to convert my field name that is stored in an array to be called on and recognized as an Access field name?