hockeylvr
Technical User
- Nov 26, 2002
- 140
Could someone give me some keywords to look up to find out how to do this? I have searched almost every post in Tables, Reports and Queries with no luck.
I have a form "Projects" with 6 date fields (cutinact,cutinplan,etc.)
The rowsource is
SELECT [tblMonths].[monthid], [tblMonths].[month] FROM tblMonths;
Bound column = 1
Column Count = 2
Column Widths = 0;1
I want the actual Month name to appear in the table and in my report that is based off of the same query. Right now I am just seeing [monthid].
What should I be searching for to accomplish this?
Thanks!
I have a form "Projects" with 6 date fields (cutinact,cutinplan,etc.)
The rowsource is
SELECT [tblMonths].[monthid], [tblMonths].[month] FROM tblMonths;
Bound column = 1
Column Count = 2
Column Widths = 0;1
I want the actual Month name to appear in the table and in my report that is based off of the same query. Right now I am just seeing [monthid].
What should I be searching for to accomplish this?
Thanks!