I have an application that does a lot of executes with queries on a connection variable to a sql server, and I want to know whether it would be quicker to open a recordset and update fields in the recordset, rather than via the conn.execute update query...any help would be appreciated.
DavidFC
Whats the syntax for changing Caption property of a Report label after the report is open?
I have tried:
DoCmd.OpenReport "ReportName", acPreview
Reports!ReportName.Label28.Caption = "To:" & David"
but the report shows just the original default value of "To:"
I'd be grateful for any...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.