I would like once again your assistance in a matter that i cannot solve:
In "frmCustomers" I have an unbound object which gets data from a query and gives the results in 6 columns. The first column contains the customer number (CustomerNo) and if you choose for example the third row (eg. the 3rd customer) i want to open one other form which contains the data for that customer. (frmCustomersDetails)
That?
For example , if choose the third row (which means CustomerNo=3) then when I double click i want to filter the CustomerNo and opens the second form
Thank you in advance