B
BZeyger
Hello,
I have a form which references data from Table_Values.
Table_Values has data for each item and months.
For Example:
Table_Values:
Employee Jan 09 Feb09 Mar09 April09
1 John $45 $50 $60 $70
2 Jane $56 $14 $33 $47
3 Mark $85 $46 $34 $32
4 Mary $13 $87 $25 $64
The form shows this data and calculates the totals in a text field named
txtTotals.
There are also two text boxes that ask the user for a start and end date.
(txtStartDate and txtEndDate)
In addition, there is a run button (cmdRun) that executes the dates.
The form has textboxes liked to the data table:
txtID, txtEmployee, txtJan09, txtFeb09, txtMar09, txtApril09, etc.
Is there a way to process the user selected dated ranges in an easy manner,
instead of creating IF statements for every date variation?
I have a form which references data from Table_Values.
Table_Values has data for each item and months.
For Example:
Table_Values:
Employee Jan 09 Feb09 Mar09 April09
1 John $45 $50 $60 $70
2 Jane $56 $14 $33 $47
3 Mark $85 $46 $34 $32
4 Mary $13 $87 $25 $64
The form shows this data and calculates the totals in a text field named
txtTotals.
There are also two text boxes that ask the user for a start and end date.
(txtStartDate and txtEndDate)
In addition, there is a run button (cmdRun) that executes the dates.
The form has textboxes liked to the data table:
txtID, txtEmployee, txtJan09, txtFeb09, txtMar09, txtApril09, etc.
Is there a way to process the user selected dated ranges in an easy manner,
instead of creating IF statements for every date variation?