J
Jayashree Krishna
Hi,
I want to get the report objects and the controls in it (like textbox
value,lables) of the given access application. I can retrive the report
object names using the below code.
Set rptObj = CurrentProject.AllReports
For Each ArptObj In rptObj
MsgBox ArptObj.Name
Next ArptObj
How can I retrive the controls in the report using VBA?
Thanks in advance,
Krishna
I want to get the report objects and the controls in it (like textbox
value,lables) of the given access application. I can retrive the report
object names using the below code.
Set rptObj = CurrentProject.AllReports
For Each ArptObj In rptObj
MsgBox ArptObj.Name
Next ArptObj
How can I retrive the controls in the report using VBA?
Thanks in advance,
Krishna