G
Guest
Hi,
Can anyone tell me what I am doing wrong. I am getting this error when I
try to run the following:
strSQL = "SELECT tblHouses.RollNumber,
tblCurrentMeterInformation.RollNumber, tblHouses.FirstOfHouseAddress,
tblHouses.FirstOfHouseNumber, tblHouses.FirstOfRoadName, tblHouses.MeterNo,
tblHouses.AccountNo, tblHouses.NCListNo, tblHouses.MPriority,
tblHouses.MainListNo1, tblCurrentMeterInformation.RecordingNo,
tblCurrentMeterInformation.LastSequenceNo,
tblCurrentMeterInformation.CurrentMeterNum,
tblCurrentMeterInformation.CurrentRegisterNum FROM tblHouses LEFT JOIN
tblCurrentMeterInformation ON
tblHouses.RollNumber=tblCurrentMeterInformation.RollNumber;"
Thank you,
IEJ
Can anyone tell me what I am doing wrong. I am getting this error when I
try to run the following:
strSQL = "SELECT tblHouses.RollNumber,
tblCurrentMeterInformation.RollNumber, tblHouses.FirstOfHouseAddress,
tblHouses.FirstOfHouseNumber, tblHouses.FirstOfRoadName, tblHouses.MeterNo,
tblHouses.AccountNo, tblHouses.NCListNo, tblHouses.MPriority,
tblHouses.MainListNo1, tblCurrentMeterInformation.RecordingNo,
tblCurrentMeterInformation.LastSequenceNo,
tblCurrentMeterInformation.CurrentMeterNum,
tblCurrentMeterInformation.CurrentRegisterNum FROM tblHouses LEFT JOIN
tblCurrentMeterInformation ON
tblHouses.RollNumber=tblCurrentMeterInformation.RollNumber;"
Thank you,
IEJ