In the database I'm working on the users can go from a "search for customer" form directly to the "create new customer" form without having to go back through the switchboard.
However, the command button that opens up a new form does not close down the form they are going from. What do I need to add to the cmd button on-click event procedure so that when a user switches to a new form, the old one closes down?
DoCmd.Close frmFindCustomer.... ?
However, the command button that opens up a new form does not close down the form they are going from. What do I need to add to the cmd button on-click event procedure so that when a user switches to a new form, the old one closes down?
DoCmd.Close frmFindCustomer.... ?