Using Access to query an ERP (SQL) database. After a variety of queries to pull the data together it ultimately generates a report.
Anyway, what appears to be a dialog box now pops up. It looks like one of my debugging tricks - displaying the value of a variable. In this case the strSQL value which is going to be used in a statement: Set rs = db.OpenRecordset(strSQL)
I've looked in all the coding that I can find - the form, the report, modules and can't find any MsgBox.
Any suggestions?
Anyway, what appears to be a dialog box now pops up. It looks like one of my debugging tricks - displaying the value of a variable. In this case the strSQL value which is going to be used in a statement: Set rs = db.OpenRecordset(strSQL)
I've looked in all the coding that I can find - the form, the report, modules and can't find any MsgBox.
Any suggestions?