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 derfloh 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: Jagstrom
  • Content: Threads
  • Order by date
  1. Jagstrom

    Named Range ..Offset?

    have two named ranges "NameA" and "NameB" When I loop though "A" and test for values how do I address the same row in "B" Example "NameA" "NameB" 1 text1 2 text2 3 text3 Something like: For Each MyRange in Range("NameA") if MyRange...
  2. Jagstrom

    Beginners Design Help

    Trying to put together my 1st DB. The objective is to see reports showing differences between Satellite television providers, to answer questions like what channels does one gain or lose when switching providers and or channel packages. I also am going to include a lot of supporting data like...
  3. Jagstrom

    Access form record persistance

    How can I have my form open to the last viewed record?
  4. Jagstrom

    SubForm Navigation

    I have a Main w/ 1 Subform How can I load the main form and automaticaly navigate to 1st Main record that does not contain any Subform records?
  5. Jagstrom

    Access Query Criteria Syntax

    field [calling dates] as long date looking for help with syntax for Criteria: to return only [calling dates] matching today()
  6. Jagstrom

    Access Dcount Syntax

    =DCount("[Disposition]","History Query","[Disposition]='Wrong Number'") this works with [Disposition] = Wrong Number but what about when [Disposition] = "Wrong Nmber" or simply put how do I compare when Quotes are part of the text value?

Part and Inventory Search

Back
Top