Results 1 to 2 of 2

Thread: My "Day" function code keeps getting errors?

  1. #1

    Thread Starter
    Registered User
    Join Date
    May 1999
    Location
    Melbourne, Victoria, Australia
    Posts
    47

    Post


    Thanks - I keep getting a "this object doesnt support this property or method" error message when I put....
    Dim sigleday
    Singleday = Day ....code into a textbox object on a form. Can you let me know what the problem is, and perhaps correct my code.

    Regards - Paul

  2. #2
    Junior Member
    Join Date
    Jul 1999
    Posts
    25

    Post

    try this

    Dim sigleday

    Singleday = Day(date)
    or
    Singleday = Day(Now())


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width