Hi all
I have a query which includes criteria for a field. Until now this criteria has remained static, there's never been a need for it to be anything else, however, I now what to extend it so that it is based upon a value within a table which is changeable by the user.
The table, called PartnershipSelector, contains one record and field only. The field is called CurrentPartnership and the field value (for the only record in the table) is updated whenever the user selects which partnership they want to report on using a combo box.
So how do I reference this table/field/value in an access query?
I though it would be something like [PartnershipSelector]![CurrentPartnership], but access justs prompts me for this value instead of returning it, so I know I have it wrong.
Thanks.
I have a query which includes criteria for a field. Until now this criteria has remained static, there's never been a need for it to be anything else, however, I now what to extend it so that it is based upon a value within a table which is changeable by the user.
The table, called PartnershipSelector, contains one record and field only. The field is called CurrentPartnership and the field value (for the only record in the table) is updated whenever the user selects which partnership they want to report on using a combo box.
So how do I reference this table/field/value in an access query?
I though it would be something like [PartnershipSelector]![CurrentPartnership], but access justs prompts me for this value instead of returning it, so I know I have it wrong.
Thanks.