I did what you suggest - test the code on a simple query without the combobox filtering for user - still getting the same runtime error 2455 - you entered an expression that has an invalid reference to the property RecordSource. When I debug, this line is highlighted -
strRS = Forms!sessionfo rm!subformdate. Form.RecordSour ce
I tried putting the brackets around sessionform, subformdate, separate, simultaneously, still getting the same error. I tried using ! in various positions, same error.
Yes, the code works on a table, but my info is in a Form - not sure what you mean by simply assign your result query in your subform
Thank you for trying to help...
strRS = Forms!sessionfo rm!subformdate. Form.RecordSour ce
I tried putting the brackets around sessionform, subformdate, separate, simultaneously, still getting the same error. I tried using ! in various positions, same error.
Yes, the code works on a table, but my info is in a Form - not sure what you mean by simply assign your result query in your subform
Thank you for trying to help...
Originally posted by PEB
Comment