Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. SaigonL

    How to get the list of fields in a table with VBA

    Ok, thanks FormerTexan, missinglinq, and PHV for your suggestions. I'll have a try.
  2. SaigonL

    How to get the list of fields in a table with VBA

    Thanks PHV and fdcusa, I still cannot find the right syntax to cycle through all field names in my table. PHV, would you have an example to suggest with the TableDef and Fields collections?
  3. SaigonL

    How to get the list of fields in a table with VBA

    This is probably very simple to answer. I can't find the right way to write the code. I tried this but won't work: For Each Field In Tables!MyTable.Fields Debug.Print Field.Name Next Can anyone help?

Part and Inventory Search

Back
Top