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!

Recent content by 20fva

  1. 20fva

    know how to print reports without knowing their names?

    Beeps what do you mean straight from the help files? vba editor help files? sorry if it was. i don't have it currently installed. i thought i did a full instalation of xp access, but it says i need to reinsert cd. i'll get the cd and install it before i ask anymore questions. pwise your...
  2. 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
  3. 20fva

    Using a variable for a field name

    THANKYOU BOTH! ------- Claudia
  4. 20fva

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

    Wow. Quick response time. Thankyou so much for being helpful. I figured it was something simple. You really are an Ace. -------- Claudia
  5. 20fva

    Using a variable for a field name

    Jerby, I spoke too soon. What library I need to use me.fields() when i type me. Fields is not on the list and when i type fields( no options of function appear. thanks in advance
  6. 20fva

    Using a variable for a field name

    Thankyou Jerby, found your post helpful 4 months later. Here is a star.
  7. 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