Heya
Hit a snag, im using a RecordSource to add a variant with a filter to a form from another form the odd thing is it sometimes works and then sometimes decideds not to....
Hit a snag, im using a RecordSource to add a variant with a filter to a form from another form the odd thing is it sometimes works and then sometimes decideds not to....
Code:
Me.frmSummary1.Form.RecordSource = "SELECT * FROM qrySummary " & BuildFilter
Me.frmSummary1.Form.Requery
DoCmd.OutputTo acOutputForm, "frmSummary1", acFormatXLS, , True
[\Code]
Any help would be amazing
Cheers