I have a customer database which has a form (frmproducts) linked to the main customer form (frmcustomers) by client id. Records are shown for all salespeople.
In addition to this I have been asked to show customer records by salesperson.
In a new query behind a new frmProductsOwnRecords I added a field which is a salespersons id and a parameter request asking for this . Therefore when then opened the frmProductsQuwrecords they would be asked for their id and on entering it their customer bank would be shown.
My problem relates to the linked form. Existing records are shown but when I try and add a new product, the details are not shown or saved. I have check the code and their is a link by customer id.
Everything works ok for the forms not asking for the parameter salespersons id.
I presume I am missing something obvious. Help would be very much appreciated as I have an impending deadline on this.
Thank you.
In addition to this I have been asked to show customer records by salesperson.
In a new query behind a new frmProductsOwnRecords I added a field which is a salespersons id and a parameter request asking for this . Therefore when then opened the frmProductsQuwrecords they would be asked for their id and on entering it their customer bank would be shown.
My problem relates to the linked form. Existing records are shown but when I try and add a new product, the details are not shown or saved. I have check the code and their is a link by customer id.
Everything works ok for the forms not asking for the parameter salespersons id.
I presume I am missing something obvious. Help would be very much appreciated as I have an impending deadline on this.
Thank you.