|
-
Sep 1st, 1999, 04:45 AM
#1
Thread Starter
Registered User
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
-
Sep 3rd, 1999, 01:09 PM
#2
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|