Gasman
Enthusiastic Amateur
- Local time
- Today, 21:17
- Joined
- Sep 21, 2011
- Messages
- 16,602
Is there a way to read fieldnames of a table in alphabetical order?
Eg for a combo, instead of field list option, which is not sorted.
Just the fact the property sheet can, would lead me to believe it is possible?
The query is in reference to this thread, which got me curious.
Eg for a combo, instead of field list option, which is not sorted.
Just the fact the property sheet can, would lead me to believe it is possible?
The query is in reference to this thread, which got me curious.
Type Mismatch when Trying to Fill Array from Field Names
I am trying to query a table for its field names and then put those names in an array to then fill a combobox with. I have gotten the query to work but I keep getting an error when trying to populate the array. Here is the code I created: Public Function fnGetColumnNames(table_name As...
www.accessforums.net