I'm having a problem when adding a variable to my SQL.

This worked.
strSQL = "Select * from Events WHERE UserID="&uID

This gave me an error.
strSQL = "Select * from Events WHERE UserID="&uID&"ORDER BY EventTime"

I tried many variations but came up with bad bad stuff.

Maybe someone can suggest a good SQL tutorial?