Hello I am displaying my query results in an unbound subform [Sub_Query_Display]
Querys without parameters work fine, but when I set the subform with a query that has a paramater the paramter is requested twice. I can not see why this is happening.
The code used to set the subform is:
Many thank for any suggestions.
Regards
Mark
Querys without parameters work fine, but when I set the subform with a query that has a paramater the paramter is requested twice. I can not see why this is happening.
The code used to set the subform is:
Code:
Sub_Query_Display.SourceObject = "query.Invoice_Number"
Many thank for any suggestions.
Regards
Mark