|
-
Feb 15th, 2000, 11:42 PM
#1
Thread Starter
Addicted Member
Does anyone know how I can use a DTpicker for just HH:MM to put in an Access database as a time field (I don't need the seconds)
-
Feb 15th, 2000, 11:53 PM
#2
New Member
Originally posted by Caro:
Does anyone know how I can use a DTpicker for just HH:MM to put in an Access database as a time field (I don't need the seconds)
I am working on trying to get the DTPicker to just give a date and that's it! I did it once but can't remember... I'll check it out once I get my &%@%& DataEnvironment to connect to my UDL.
-
Feb 16th, 2000, 01:48 AM
#3
Frenzied Member
Originally posted by DatabaseLife:
I am working on trying to get the DTPicker to just give a date and that's it! I did it once but can't remember... I'll check it out once I get my &%@%& DataEnvironment to connect to my UDL.
Check the value property?
-
Feb 16th, 2000, 01:50 AM
#4
Frenzied Member
Originally posted by Caro:
Does anyone know how I can use a DTpicker for just HH:MM to put in an Access database as a time field (I don't need the seconds)
Like?
dbTimeFld = "#" & DTPicker.hour & ":" & DTPicker.minute & "#"
-
Feb 16th, 2000, 02:30 AM
#5
Thread Starter
Addicted Member
Thanks - it's easy when you know how! Many thanks for help
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
|