dunkingman
Registered User.
- Local time
- Today, 02:35
- Joined
- Jul 2, 2001
- Messages
- 22
I have a table with a text field titled ID. The values in this field are typed in by the user and are supposed to be in the format mmddyyhhmm. There are values in the field like 0000003271 and 0000000001. I don't know how this could be, but how do I change these values into an understandable date, like mm/dd/yy hh:mm? Also (or even if I can't do what I just asked), I tried setting the value of this field (in a form) to =Now in VB, but I got an error message stating that the field isn't big enough to display this. I set the "Can Grow" property to Yes, but it still received the same error message. How can I display the date as "= Now," or whatever property I set the ID field to? Thanks in advance for any help