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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Convert to Date question 1

Status
Not open for further replies.

kcsilentbob

Technical User
Dec 14, 2005
42
US
Running Crystal XI

I need to convert three fields into a single date field that can have a parameter run off of it.

Here is what i have:

I have three fields:

Table.BegMonth
Table.BegDay
Table.BegYear

I need to merge these three fields together for a field that can have a date parameter run as a range.
 
You could create a formula:

cdate({Table.BegYear}+","+{Table.BegMonth}+","+{Table.BegDay})

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top