A alexogir New member Local time Today, 01:23 Joined Jul 21, 2005 Messages 8 Aug 4, 2005 #1 is it possible to bind a text box in a report to a different query or a table, I mean not to report's record source?
is it possible to bind a text box in a report to a different query or a table, I mean not to report's record source?
S ScottGem Registered User. Local time Today, 03:23 Joined Jun 20, 2005 Messages 1,119 Aug 4, 2005 #2 alexogir said: is it possible to bind a text box in a report to a different query or a table, I mean not to report's record source? Click to expand... No, but you can use a DLookup to display a value from a different table/query
alexogir said: is it possible to bind a text box in a report to a different query or a table, I mean not to report's record source? Click to expand... No, but you can use a DLookup to display a value from a different table/query
A alexogir New member Local time Today, 01:23 Joined Jul 21, 2005 Messages 8 Aug 4, 2005 #3 ----------thank you