Hello All,
I have a "SalesDatase" - and one of the forms of my sales database (frmSalesOrder) lists the details of one particular sale.
In this form, i have a subform (sfrmqryAllSalesOlders) which lists all the sales for the one particular sales person (list them by SalesID # - primary key).
I want to be able to click on this SalesID # and be taken diretly to that Sales # (shown in the same form as aboev - frmSalesordeR).
Any advice how to code this? been playing a while with it - but can't seem to get it to work:
[Forms]![frmSalesOrders]![sfrmqryAllSalesOrders]![SalesID]=[tblSalesDetailed]![SalesID]?
Any advice very much appreciated.
Andrew.
I have a "SalesDatase" - and one of the forms of my sales database (frmSalesOrder) lists the details of one particular sale.
In this form, i have a subform (sfrmqryAllSalesOlders) which lists all the sales for the one particular sales person (list them by SalesID # - primary key).
I want to be able to click on this SalesID # and be taken diretly to that Sales # (shown in the same form as aboev - frmSalesordeR).
Any advice how to code this? been playing a while with it - but can't seem to get it to work:
[Forms]![frmSalesOrders]![sfrmqryAllSalesOrders]![SalesID]=[tblSalesDetailed]![SalesID]?
Any advice very much appreciated.
Andrew.