Hi, i have designed a booking form.. when the user wants to make a new booking they can either choose from existing list of customers from a combo box or ADD NEW CUSTOMER using following button of which the code is:
DoCmd.OpenForm "frmAddCustomer", acNormal, "", "", , acNormal
DoCmd.GoToRecord...