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 Rhinorhino 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: *

  • Users: 20fva
  • Content: Threads
  • Order by date
  1. 20fva

    know how to print reports without knowing their names?

    wondering anyone had a snippet they could share i want to write a routine using a do while loop that prints all the current reports in a database, im wondering if there is a way to access reports by a number? Thanks all. -------- Claudia
  2. 20fva

    newbie, trying to set field using vba edior. help please

    this is the code i am using to test: (redline is higlighted in debugging due to Error 13 Type Mismatch) Dim myField As Field Set myField = Me.ComboRel2 If IsNull(myField) = False Then MsgBox Str(myField) End If any thoughts? Reason for this: i have 10 fields and a lengthy after_update...

Part and Inventory Search

Back
Top