Originally posted by puppydogbuddy
[CODE=vb]DoCmd.OpenRepor t "Quick Report", acViewPreview, , strWhere[/CODE]
My question is: in place of this code, is there some other code that will simply display the results in a table - so that I could export these results to Excel, for example.
Originally posted by puppydogbuddy
Comment