E
EdAROC
I was wondering if it's possible to reference a query value, in the same way
values can be retrieved from other objects, such as:
Forms!frm123!txtABC
The specific case is, the {...} is the referencing I want:
Detail.BackColor = {Query!qryReportData!Backcolor}
Background: The standard technique is to create a (hidden) textbox and
reference that. I'm just optimizing. Impact to the user? If there's someone
out there who can react in milliseconds it will save them milliseconds,
otherwise, no benefit, just my own satisfaction.
values can be retrieved from other objects, such as:
Forms!frm123!txtABC
The specific case is, the {...} is the referencing I want:
Detail.BackColor = {Query!qryReportData!Backcolor}
Background: The standard technique is to create a (hidden) textbox and
reference that. I'm just optimizing. Impact to the user? If there's someone
out there who can react in milliseconds it will save them milliseconds,
otherwise, no benefit, just my own satisfaction.