irsmalik
Registered User.
- Local time
- Today, 15:52
- Joined
- Jan 28, 2015
- Messages
- 88
I am using Option Group on a Form for a series of Reports Preview…. One of the Option is a:
ComboBox on Form with 3 CompanyNames (Greenlet, Suncrop, Sungro)...
I want to run a Macro for Preview of Reports….
If comboBox select Greenlet Only Greenlet Report Print preview
If comboBox select Suncrop Only Suncrop Report Print preview
If comboBox select Sungro Only Sungro Report Print preview
I need help how to create Macro with Condition of Specific Company name printing
I tried it in Macro Where Condition:
[CompanyName] = Forms![Dealers Report]![cboMyCompany]
But No Result….
Thanks
Irsmalik
ComboBox on Form with 3 CompanyNames (Greenlet, Suncrop, Sungro)...
I want to run a Macro for Preview of Reports….
If comboBox select Greenlet Only Greenlet Report Print preview
If comboBox select Suncrop Only Suncrop Report Print preview
If comboBox select Sungro Only Sungro Report Print preview
I need help how to create Macro with Condition of Specific Company name printing
I tried it in Macro Where Condition:
[CompanyName] = Forms![Dealers Report]![cboMyCompany]
But No Result….
Thanks
Irsmalik