The following code returns an empty recordset, but the mysql statement works fine on the server.
Form1.List1.Clear
OpenDB
recordset.ActiveConnection = conn
recordset.Source = "SELECT postingid, posting_jobid,
postingdate, postingshift, postingexpiration,
postingparttime...