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 gkittelson 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. BigHughie

    Ask What Printer

    Ellefant, I would open the report in print preview mode. This allows the user to check that the information fits on the page etc- and that it is the correct thing to print. the code to do this would be something like: DoCmd.OpenReport reportname, acViewPreview , , strcriteria or you could...
  2. BigHughie

    Enumating fields in a table

    I can't spell Enumerating. Having inspected the object browser, it doesn't look like I can do it with DAO or ADOX But surely the description for the field is held somewhere? as is the caption? Is it in the properties? Am I being stupid Help
  3. BigHughie

    Enumating fields in a table

    I should know the answer to this - but I can't seem to get it to work. I need to copy the text from the table design view description property into the caption for each field name in each table in the database. So I need to loop thru the tables (easy) then loop thru the fields collection for...

Part and Inventory Search

Back
Top