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 bkrike 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 QJohnson

  1. QJohnson

    Open Form from String Name

    You might very likely want to browse Help under the topic CallByName. You'll find it is a very powerful way to use the properties and methods of objects when you have the name of either the object or the property/method in a string variable.
  2. QJohnson

    Database update problem

    Some more information would be useful here. Are the problem updates always made from the same workstations? This could indicate network hardware issues for those particular workstations. Are the problem updates visible from some workstations, but not others? Do you have consistent...
  3. QJohnson

    When a select query wants to be a parameter query

    They probably only seem to be parameter queries becuase they are prompting you to correct some ambiguity in the syntax. You have used an expression the SQL parser does not recognize so it is asking you what to use instead. Just check your query syntax. You have probably misspelled a field...

Part and Inventory Search

Back
Top