I read Properties from User....
The acct_expires is an integer?
How convert?
> I read Properties from User....
> The acct_expires is an integer?
> How convert?
If it's truly an Integer, it's most likely an offset from a specific
date. If you have the base date, you can use DateAdd to find out which
date that property is referring to. If it's a Long, it still might be an
offset but you should be able to use DateSerial to get the actual date.

Signature
Ken Halter - MS-MVP-VB - http://www.vbsight.com
Please keep all discussions in the groups..