setting date to current date ???

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vikas1111
    New Member
    • Feb 2008
    • 122

    setting date to current date ???

    How to set date to current date...it should automatically update..
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    which date you want to set ?

    Comment

    • vikas1111
      New Member
      • Feb 2008
      • 122

      #3
      Originally posted by debasisdas
      which date you want to set ?

      I have to create a reservation form.. In that form i have to use tdbdate .. that date should be updated to todays date..

      Comment

      • debasisdas
        Recognized Expert Expert
        • Dec 2006
        • 8119

        #4
        Have you tried to use Date function .

        Comment

        • vikas1111
          New Member
          • Feb 2008
          • 122

          #5
          Originally posted by debasisdas
          Have you tried to use Date function .

          Ya i used date() option and also now(). but it isnt working...

          Comment

          • debasisdas
            Recognized Expert Expert
            • Dec 2006
            • 8119

            #6
            Kindly post what you have done .

            Comment

            • rrocket
              New Member
              • Aug 2007
              • 116

              #7
              I am having the same issue... The name of the field is tdbdate1, so I used

              Code:
              tdbdate1.text = Now()
              I have tried to put it in a click(), open(), and a few other places, but I cannot get it to display anything other than what is in the text field in the properties menu. I would like it to display today's date if at all possible.
              Last edited by rrocket; Apr 1 '08, 07:39 PM. Reason: Spelling error...

              Comment

              Working...