S
Steve P
On sfmProducts I have Label1 that is associated with txtColumn1. On
frmProducts I have txtColumnCaption1. I would like to have sfmProducts
display in datasheet view and have the caption of Label1 on the subform set
to the value of txtColumnCaption1 on the main form.
If I enter the following formula as the Caption of Label1 then the column
heading in datasheet view displays the formula itself.
=[Forms].[frmProducts]![txtColumnCaption1].[Value]
If I enter the same formula for the Control Source of txtColumn1 then the
value from the main form does indeed display.
What am I doing wrong?
frmProducts I have txtColumnCaption1. I would like to have sfmProducts
display in datasheet view and have the caption of Label1 on the subform set
to the value of txtColumnCaption1 on the main form.
If I enter the following formula as the Caption of Label1 then the column
heading in datasheet view displays the formula itself.
=[Forms].[frmProducts]![txtColumnCaption1].[Value]
If I enter the same formula for the Control Source of txtColumn1 then the
value from the main form does indeed display.
What am I doing wrong?