I have a database that pulls data from Query1 to populate the Lead report. What I am trying to do is create a form where I can enter criteria for the query (agent, gender, age range, and terminated or not). Once the query has the new criteria I need it to populate the report. Once created I want the report sent via email in a pdf format.
Can this be done with one button on a form, and if so how? I am pretty weak on the coding with VB, so any suggestions would be greatly appreciated.
Agent numbers are exact matches as are the gender. Age will be a range like 60-75. Terminations are determined by a field having a character, if the field is null then then it is still in force.
Can this be done with one button on a form, and if so how? I am pretty weak on the coding with VB, so any suggestions would be greatly appreciated.
Agent numbers are exact matches as are the gender. Age will be a range like 60-75. Terminations are determined by a field having a character, if the field is null then then it is still in force.