Teleconnections
Vendor
Was wondering if anyone can point me in the right direction. I know very basic C++ programming, not familiar with VBA at all.
I am trying to make a command button in a form. That will print that form’s current selected record information in the format of a report I have already created. I also need to tell it to print to a specific report based on a field value in that current record.
For example…
If I have a field named Company and the value is “A”, I want to print a report that I already have a specific layout for company “A”. I also need that report to only print that current record and not all the information based on the query it was created from.
If the value is Not “A”, I want it to print a different report that I have already laid out. But again I need it to print only that current record and not the query the report was originally created from or is currently tied to as the data source.
Any help would be appreciated
thanks
I am trying to make a command button in a form. That will print that form’s current selected record information in the format of a report I have already created. I also need to tell it to print to a specific report based on a field value in that current record.
For example…
If I have a field named Company and the value is “A”, I want to print a report that I already have a specific layout for company “A”. I also need that report to only print that current record and not all the information based on the query it was created from.
If the value is Not “A”, I want it to print a different report that I have already laid out. But again I need it to print only that current record and not the query the report was originally created from or is currently tied to as the data source.
Any help would be appreciated
thanks