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

    Dcount problems using variables

    Hi! This works ... dim myresult as integer myresult = dcount("[myfield]","mytable","[myfield]=12345") This doesn't! dim myresult as integer, mysearch as integer mysearch = 12345 myresult =...

Part and Inventory Search

Back
Top