G
Guest
I have a global variable "xxxx" and want to reference its value in the
criteria of a query. I was thinking of;
Like '*' & [forms]![CloseItem].[xxxx].[value]
I also have a different variable "yyyy" and want to set its value to the
result of a single field from a query. I was thinking of;
DoCmd.OpenQuery "someQuery"
yyyy = queries!someQuery!FieldName
criteria of a query. I was thinking of;
Like '*' & [forms]![CloseItem].[xxxx].[value]
I also have a different variable "yyyy" and want to set its value to the
result of a single field from a query. I was thinking of;
DoCmd.OpenQuery "someQuery"
yyyy = queries!someQuery!FieldName