230 mCmd.ActiveConnection = mConn
240 mCmd.CommandType = 1 'Text
250 mCmd.CommandText = "SELECT * FROM Customers ORDER BY Last_Name"
260 'Opening the record set based on the Query from mCmd
270 rstCustomers.Open mCmd,,,1
280 %>
290
300
Here is a list of our
310 Customers
320
330
First 360 Name | Last 380 Name | State |