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

    Access Parameter Query - Public Function Input Help?

    I have a query (linked to a single table). I am using a public function to get a value to use as a parameter query... Public Function InputTY() as string Dim ITY as string ITY = inputbox ("enter tax year") InputTY = ITY End Function In the criteria box of the correct field i have...

Part and Inventory Search

Back
Top