Is it possible to set a reports caption property via code?
D Dirk Goldgar Nov 6, 2008 #2 JimP said: Is it possible to set a reports caption property via code? Click to expand... Yes. Did you try it?
JimP said: Is it possible to set a reports caption property via code? Click to expand... Yes. Did you try it?
J Jim Burke in Novi Nov 6, 2008 #3 Yes. In the Report 'On Open' event would probably be the most likely spot. Just use Me.Caption = "your caption text here"
Yes. In the Report 'On Open' event would probably be the most likely spot. Just use Me.Caption = "your caption text here"