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 strongm 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: *

  1. Daisy450

    how to update access tables?

    .execute "Query"
  2. Daisy450

    Writing SQL results to a textbox

    Make sure it is a text box and not a label. Label is .Caption Hope this helps, Daisy
  3. Daisy450

    SQL PROB

    Assuming that you actually have the whole date. You either need to save it as a whole date or reverse it YYYYMM. Two choices Choice 1: Go ahead and create this qry &quot;SELECT MAX(DATE) AS MAX_DATE, number FROM table WHERE DATE<#06/01/2003# GROUP BY number&quot; Then create this qry SELECT...
  4. Daisy450

    Creating an exe VB application

    Hi Michelle, I am not sure but it sounds like you just want to create an executable. Go to File and there should be a Make [Name of Project].exe....VB 6. Once you create the executable you can use one of the above programs to distribute it to your users. Daisy

Part and Inventory Search

Back
Top