i have a problem here..
i have run my system but t shows error 20515 when i want to preview it..
i’m using this code
With rpt_report
.Connect = “DSN=” + ODBCName + “; UID=” + ODBCUser + “;PWD=” + ODBCPass
.ReportFileName = App.Path & “\Report\reorderinv.rpt”
.SelectionFormula = “{PURCHASE.ORDERNO} =( & Text8.text & ) ”
.Destination = 0
.Action = 1
End With
Exit Sub
‘errRpt:
help me please
rgds,
vya