Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access date to Excel serial number 2

Status
Not open for further replies.

swtrader

IS-IT--Management
Joined
Dec 23, 2004
Messages
182
Location
US
I need to concat a string from a date, a number and a number with result = 39465-1-3, 39465-1-5, 39484-1-3, etc. And then group and sum by each unique value. Then export to Excel into a lookup table.

I've searched and searched but don't find an easy way to convert an Access date into an Excel equivalent Serial Number.

thanks.

swtrader
 
What about something like CLng([Date field]) ?

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Worked like a charm.

Thanks!

swtrader
-- If you don't know where you're going, you'll always know when you're not there.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top