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 SkipVought 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. evilla

    storing date parameters as a variable

    text1.text = Format(startDate, "mmmm") ' this should do it
  2. evilla

    VBSCRIPT F/DTS PACKAGE TO UPLOAD TEXT FILES

    I changed this from another post that was showed how to do a http request by Devastated but is really just a rehash of what the previous 2 posters said Taken From:- http://www.insightgraphics.com/reference/ITCRetrieval.htm Here is the basic code for an FTP request: Set Inet =...
  3. evilla

    Access date stamp

    this works for me Private Sub Command2_Click() Text0 = Now() ' gives date and time Text0 = Date ' gives just the date End Sub what sort of error are you getting?
  4. evilla

    Access date stamp

    in the click event of the box you want to just check put something like txtBoxIwantTheDate2ShowUpIn = Now
  5. evilla

    command button

    You need to go into the query for the subform. You can get at it in the data tab of the form's property page(right click the recordsource elipsis).. To see the property page left click on the black squre in the upper left of the form. You need change the join type. Right click on the line...

Part and Inventory Search

Back
Top