V
VilMarci
Hi,
I'm trying to create a search form my database.
How can I use a table's field names as a list?
I know how to walk through the fields of the recordset.
For varMezo = 1 To rsCimek.Fields.Count
'now I know that the fields begin with 0, so I need to add a -1 here
Next varMezo
How can I put the values I get here into the combo box as row source?
Thanks for any help.
Marton
I'm trying to create a search form my database.
How can I use a table's field names as a list?
I know how to walk through the fields of the recordset.
For varMezo = 1 To rsCimek.Fields.Count
'now I know that the fields begin with 0, so I need to add a -1 here
Next varMezo
How can I put the values I get here into the combo box as row source?
Thanks for any help.
Marton