(If I already posted this I am sorry, It does not show on my thread list by I am sure I did.. well)
My goal is to have the user print a report from the data selectioned on a subform from the 'customer number' located on the main form... In other words
The user selects a customer number on the main form, which displays data on that customer.
The subform (on a tab control)performs a query and displays a list of customer numbers and data related to these clients...
I need the user to click on a button located on the same tab to print the subform data ...
I can do the report with SELECT DISTINCTROW but the data is not limited to the customer number on the main form.. I tried boormark to select the current record to no avail...
Anyone has an idea on what command I can use?
Thanks
My goal is to have the user print a report from the data selectioned on a subform from the 'customer number' located on the main form... In other words
The user selects a customer number on the main form, which displays data on that customer.
The subform (on a tab control)performs a query and displays a list of customer numbers and data related to these clients...
I need the user to click on a button located on the same tab to print the subform data ...
I can do the report with SELECT DISTINCTROW but the data is not limited to the customer number on the main form.. I tried boormark to select the current record to no avail...
Anyone has an idea on what command I can use?
Thanks