I am new to VB and I have a hard time coming up with the correct syntax coding for this.
strSQL = Select * From tblProjectInfo Inner Join_ tblBidInfo on tblProjectInfo.F_Number =_
tblBidInfo.F_Number _
Where tblProjectInfo.Probability% > 74 _
And tblProjectInfo.Job_Status = "Pending" And tblBidInfo.Base_Alt = "Base""
What's the correct syntax. Appreciate to whatever help you can give me on this. Thanks.
strSQL = Select * From tblProjectInfo Inner Join_ tblBidInfo on tblProjectInfo.F_Number =_
tblBidInfo.F_Number _
Where tblProjectInfo.Probability% > 74 _
And tblProjectInfo.Job_Status = "Pending" And tblBidInfo.Base_Alt = "Base""
What's the correct syntax. Appreciate to whatever help you can give me on this. Thanks.