Hi,
I have a report that runs great from the query.
I want to add data on the report from a table that is not in the query. It is a fixed table with the Version and Date of Release in it. I do not want to add it to the query either as it hoses up my app for some reason.
Is there any way to do this?
I tried this in the footer of the report but it keeps showing error.
=[tblVersion]![Version Number] & [tblVersion]![Date Released]
Thanks.
Fen How
I have a report that runs great from the query.
I want to add data on the report from a table that is not in the query. It is a fixed table with the Version and Date of Release in it. I do not want to add it to the query either as it hoses up my app for some reason.
Is there any way to do this?
I tried this in the footer of the report but it keeps showing error.
=[tblVersion]![Version Number] & [tblVersion]![Date Released]
Thanks.
Fen How