D
DS
I need to pull the Value of a Label on a form to a Report. I tried putting
this on the command button of the form after the report opens but it doesn't
work, I assume that its a timing issue, and unlike a textbox there isn't a
control property to put a value in.
Reports!rptCheck!LblDiscount.Caption =
Forms!frmCheckPreview!LblDiscount.Caption
Thanks
DS
this on the command button of the form after the report opens but it doesn't
work, I assume that its a timing issue, and unlike a textbox there isn't a
control property to put a value in.
Reports!rptCheck!LblDiscount.Caption =
Forms!frmCheckPreview!LblDiscount.Caption
Thanks
DS