snowboardr
Programmer
I am not doing something right i know, the join I am doing here works fine however I would like to still show the bid even if the project doesn't exist..
Thanks,
Jason
Code:
sqlBid= "SELECT ibid,ipid,icompany, iaddress, icity, istate, izip, iemail, iname, iphone, idateexp, idate, ilicence, iwork, iliability," _
& "pro.pid, pro.ptitle"_
& " FROM ibids, project as pro WHERE ibids.ibid=" & queryBid & " AND pro.pid=ibids.ipid"
Thanks,
Jason