[codebox]strSQL = "SELECT users.fname, users.lname, users.email, users.phone, users.cellphone, users.street, users.city, users.state, users.zip FROM users WHERE (((users.lname) Like 'M%'));"[/codebox]
The current code will send back the names with the last name starting with M, but I need that to be able to change as needed.
Any help is greatly appreciated. Thanks,
