Hi.
if i have two forms , "frmNewClient" (where to add the new clients) and an "frmOrder",
and beside the box of the client name on "frmOrder" i create a command button and name it "ADD NEW CLIENT" in case i need to add a new ONE
my quest. is how can i link this button to open the "frmNewClient", and the time i add the new client and save it , i need to display automaticaly the name of the new customer ,that i already added, in the client name box, on "frmOrder" to continious my Order details.
thank you.