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

    Excel VBA error – where do I look for the problem?

    Hello all; I’m stuck! I have a bit of code that works just fine in a small developmental spreadsheet that I used to figure out if and how I could do this, but when I cut and paste it into my larger spreadsheet I get the following error. “Object variable or With block variable not set” It...
  2. under8d

    After update problem with a list box

    I am trying to create a form where the user selects the distinct first letter of the last names from a list box. SELECT DISTINCT [qryMem].[LETTER] FROM qryMem; Then from a list box containing the distinct last names; SELECT DISTINCT [qryMem].[LAST_NAME], [qryMem].[LETTER] FROM qryMem WHERE...

Part and Inventory Search

Back
Top