I have a template report (R_CurrentJobs) with fields from database.
Fields: FirstName, LastName, Email, JoB Number, TechID, TechName, JobLocation etc...
The query Q_CurrentJobs is a list of jobs to send to the tech for today. (These are open jobs queried).
I need to run this query on the report (R_CurrentJObs) and send the report to each tech based on their individual jobs. The jobs are connected to each tech by its TechID.
The report list the job information for each tech (JOb number, Location details etc.)
When I click the button to send the email. I want to email each tech individually based on the Q_CurrentJobs query using R_CurrentJobs.
Im just getting started with VBA so am aware of SendObject but not skilled at it. Can someone please walk me thru how I would do this?
Prefer not to direct me to a link as I go to the link and really don't understand the code fully. Tried some and it just doesn't work for me.
Hoping someone can possibly take the time on my specific fields and help me understand how to generate this code.
Appreciate it.![]()