Hi,
I am an inexperienced ACCESS user. I am trying to create a query that pulls the column history, including the date/time stamp that ACCESS applies to the historical entries in the Comments column in the Issues table in the issues database in ACCESS 2007's Featured Online Templates.
I tried just leaving the criteria blank for the Comments column in query design and then selecting only the record ID; however, the query only returns the most recent entry in the Comments column. I also tried using the control syntax that ACCESS 2007 uses in the Issue Details form: =ColumnHistory([RecordSource],"Comments","[ID]=" & Nz([ID],0)); however, when I execute the query, it prompts me for the "Record Source" to which I enter "Issues", and then the query result set is blank.
Is there any way to create a query that, when executed, returns the complete column history for the Comments column, or is the ColumnHIstory function limited to forms and reports? Thank you.
I am an inexperienced ACCESS user. I am trying to create a query that pulls the column history, including the date/time stamp that ACCESS applies to the historical entries in the Comments column in the Issues table in the issues database in ACCESS 2007's Featured Online Templates.
I tried just leaving the criteria blank for the Comments column in query design and then selecting only the record ID; however, the query only returns the most recent entry in the Comments column. I also tried using the control syntax that ACCESS 2007 uses in the Issue Details form: =ColumnHistory([RecordSource],"Comments","[ID]=" & Nz([ID],0)); however, when I execute the query, it prompts me for the "Record Source" to which I enter "Issues", and then the query result set is blank.
Is there any way to create a query that, when executed, returns the complete column history for the Comments column, or is the ColumnHIstory function limited to forms and reports? Thank you.