New to VBA. I have an if statement and its something like If this = true then
text1 = "...payments due including " & (by here i want it to say the value of record1(the first cell thing) in the query "qryPaymentsDue"
So the text box would say something like There are 7 payments due including John James. as the first cell in "qryPaymentsDue says "John James". Any Ideas, Thanks.
text1 = "...payments due including " & (by here i want it to say the value of record1(the first cell thing) in the query "qryPaymentsDue"
So the text box would say something like There are 7 payments due including John James. as the first cell in "qryPaymentsDue says "John James". Any Ideas, Thanks.