H
Henry Smith
I have a complex form that allows user to make many different selections of
time period and other attributes of a project (such as project number). The
end result of all the selections, when the user selects display button, is a
specific report.
Information:
Source table for underlying data of the report has three fields related to
dates.
Field1 [Book Data], data type = text, format = mm/yyyy, Example: 01/2000 or
11/2000
Field2 [Fiscal Year], data type = text, Example: 2000
Field3 [Fiscal Period], data type = text, Example: 7
My company fiscal year starts 1 July of the year. So January 2001 equals
physical year 2001 with a fiscal period equal to 7.
My form has 4 drop-down combo boxes (cbo) for the user to select the
beginning date and ending date of the report he/she wishes to see.
Beginning date (cbo) (two drop down boxes) have selections, MONTH cbo
displays Jan, Feb, etc, and YEAR cbo is the year selection such as 2000,
2001, 2003, etc.
Ending date (cbo) (two drop down boxes) have selections, MONTH that
displays Jan, Feb, etc, and YEAR cbo is the year selection such as 2000,
2001, 2003, etc.
So values of selected cbo's are, for example; Jan 2000 and Feb 2000.
My question is how do I convert beginning and ending period selections to
the text formatted field [Book Data] of the data source table so I can use
the converted data in an accurate query against my source table.
Any ideas will be greatly appreciated.
Cheers,
Henry
time period and other attributes of a project (such as project number). The
end result of all the selections, when the user selects display button, is a
specific report.
Information:
Source table for underlying data of the report has three fields related to
dates.
Field1 [Book Data], data type = text, format = mm/yyyy, Example: 01/2000 or
11/2000
Field2 [Fiscal Year], data type = text, Example: 2000
Field3 [Fiscal Period], data type = text, Example: 7
My company fiscal year starts 1 July of the year. So January 2001 equals
physical year 2001 with a fiscal period equal to 7.
My form has 4 drop-down combo boxes (cbo) for the user to select the
beginning date and ending date of the report he/she wishes to see.
Beginning date (cbo) (two drop down boxes) have selections, MONTH cbo
displays Jan, Feb, etc, and YEAR cbo is the year selection such as 2000,
2001, 2003, etc.
Ending date (cbo) (two drop down boxes) have selections, MONTH that
displays Jan, Feb, etc, and YEAR cbo is the year selection such as 2000,
2001, 2003, etc.
So values of selected cbo's are, for example; Jan 2000 and Feb 2000.
My question is how do I convert beginning and ending period selections to
the text formatted field [Book Data] of the data source table so I can use
the converted data in an accurate query against my source table.
Any ideas will be greatly appreciated.
Cheers,
Henry