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

Crystal with Simply Accounting

Status
Not open for further replies.

xpacmanx

Technical User
Jun 17, 2003
1
CA
I'm recreating a paycheque form, which currently doesnt have a detailed display of timeslip info(date range)

I would like to know how in Crystal to get/find the TimeSlip Info(date range) for an employee and list all the dates they worked for that TimeSlip period.

I have only been able to drag n drop on a data field which returns 1 day....where i should have 7.

Thanx in advance for any help

Chris
 
In Crystal 8.5, I'd do it as follows:

First, set the date range. If it's from the current date, you can a formula field Start_Date as
DateAdd ("d", -6, CurrentDate)
If the end date is something else, you'd need to enter it as a parameter and get Start_Date by a similar formula.

Then select your time-slips using record select on the basis of these two dates.

Madawc Williams
East Anglia, Great Britain
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top