Z
ZBC
(Someone suggested I use this approach ... now I am ready ... but unable
to code it!)
I would like to create a combo box (cboMonth) with 2 columns on a from
with is used to print a report.
One column would contain the 'text' version of the months' ... e.g. Jan,
Feb ... for the user to select from.
The other column would contain the numeric equivalent number for the
month ...e.g. 1, 2, ...
I would like to hide the numberic column from the user on the form..
I would like to use BOTH columns:
... the 'text' column for display the 'text' version of the chosen
month on a report (as a source to a textbox on a report).
... the 'numeric' to be tied to a 'Between' in a query to designate
the ending month (the last day of the selected month) of the report.
The beginning date for the textbox will always be Jan 1 of the chosen
year (which I already have tied to another combo box (cboYear)).
I do not know how to hide one of the columns and use BOTH ?
Bob
to code it!)
I would like to create a combo box (cboMonth) with 2 columns on a from
with is used to print a report.
One column would contain the 'text' version of the months' ... e.g. Jan,
Feb ... for the user to select from.
The other column would contain the numeric equivalent number for the
month ...e.g. 1, 2, ...
I would like to hide the numberic column from the user on the form..
I would like to use BOTH columns:
... the 'text' column for display the 'text' version of the chosen
month on a report (as a source to a textbox on a report).
... the 'numeric' to be tied to a 'Between' in a query to designate
the ending month (the last day of the selected month) of the report.
The beginning date for the textbox will always be Jan 1 of the chosen
year (which I already have tied to another combo box (cboYear)).
I do not know how to hide one of the columns and use BOTH ?
Bob