Wijklodewijk
New member
- Local time
- Today, 20:12
- Joined
- Feb 22, 2008
- Messages
- 7
access 2003 sp3 os xp
I want to query a table which as timestamp with 16 digit.
With serial I made a timestamp but it looks like 2,0080221194445E+15. I declared timestamp as double with long I get a overflow.
If I use this in my query in vba it doesn't except a comma.
If I use the same number when I use the design query it automaticly transform this number in 2008022119444500.
Any suggestions?
I want to query a table which as timestamp with 16 digit.
With serial I made a timestamp but it looks like 2,0080221194445E+15. I declared timestamp as double with long I get a overflow.
If I use this in my query in vba it doesn't except a comma.
If I use the same number when I use the design query it automaticly transform this number in 2008022119444500.
Any suggestions?