Westside1st
New Member
- Joined
- Oct 17, 2022
- Messages
- 9
- Office Version
- 2016
- Platform
- Windows
Hello everyone,
I have a form that my company working on .. and it looks great but we missing one thing.
I want it when I approve the request it will get all the data from the query but the query is not the record source :
this is what I have now
Dim msg As String
msg = "Dear " & Created_By & ", <P>" & _
"Your tickets no. <P>" & _
((" I want to get the tickets no. from (void requests query) and the field name is tkt_no ))
there is a relationship between (tblVoid Requests) and (tblVoid_Tkt_No) the field (REQ_NO)
I hope that I explained it well
I have a form that my company working on .. and it looks great but we missing one thing.
I want it when I approve the request it will get all the data from the query but the query is not the record source :
this is what I have now
Dim msg As String
msg = "Dear " & Created_By & ", <P>" & _
"Your tickets no. <P>" & _
((" I want to get the tickets no. from (void requests query) and the field name is tkt_no ))
there is a relationship between (tblVoid Requests) and (tblVoid_Tkt_No) the field (REQ_NO)
I hope that I explained it well