Forum: MySQL Jul 19th, 2009 |
| Replies: 1 Views: 421 Problem Solved:
strSQL = " SELECT C.C_LName, C.C_FName, Max(P.P_Month) AS dtLastPayment "
strSQL = strSQL & " FROM (Client AS C INNER JOIN Payment_Board AS P "
strSQL = strSQL & " ON C.C_SIN =... |
Forum: MySQL Jul 5th, 2009 |
| Replies: 1 Views: 421 Hello,
I need to write a query for MySQL in vbscript that is just not coming to me. I have written it in vbscript with two SQL statements then did a date comparison in vbscript but it just grinds... |