cmcritchie
New member
- Local time
- Today, 22:07
- Joined
- Sep 24, 2001
- Messages
- 8
Hi, I have a combo box on a form and need to populate the combo box with all of the field names from a linked table, when the form is loaded. I am able to get each field name using the Fields.Name property of the TableDef but then can't add this string to the combo box. I thought I could use the AddItem method, but this is not accepted as a valid method for the combo box on the form.
Any ideas?
Thanks.
Any ideas?
Thanks.