fteng
10-10-2000, 01:56 PM
I get this nasty message: Run-time error '3450': Syntax error in query. Incomplete query clause.
after clicking the cmdSort database button. Here's what the code looks like:
Private Sub cmdSort_Click()
datClients(1).RecordSource = "SELECT * FROM 'Client Info' ORDER BY 'Name' ASC"
datClients(1).Refresh
End Sub
but the debugger is saying there's a problem with the "datClients(1).refresh" line
help !
after clicking the cmdSort database button. Here's what the code looks like:
Private Sub cmdSort_Click()
datClients(1).RecordSource = "SELECT * FROM 'Client Info' ORDER BY 'Name' ASC"
datClients(1).Refresh
End Sub
but the debugger is saying there's a problem with the "datClients(1).refresh" line
help !