Good morning again,
In my database i have a main form (such as switchboard form) and a lots of command buttons. One of them is the "cmdSearch" which can open the "frmSearch". When i use this command i can open the search form in order to find the customer. Then, i have embedded other command button which is responsible to run a code in order to find the customer from tblCustomers and then to open the "frmCustomers" which must match the CustomeID.
Everything working fine until the time to re-press the command Search again..! So, If you do that i must find a solution to make requery the frmCustomers which is already active..!!
Can somebody to help?
Regards