I have [frmCustomers] which displays companies and addresses.
A user can create new "RGA number(s)" for a company via [frmNewRGA]. They can access the form via a control button where I used the wizard to "open form' [frmNewRGA]
Here's my problem. When [frmNewRGA] opens it shows all the records specific for each company. I want the fields to be empty for a new record. [RGAid] is an autonumber. Users can view all "RGA numbers" on [frmCustomers].
How do I set [frmNewRGA] to be blank once opened via the control button on [frmCustomers], so users can create a new RGA number?
A user can create new "RGA number(s)" for a company via [frmNewRGA]. They can access the form via a control button where I used the wizard to "open form' [frmNewRGA]
Here's my problem. When [frmNewRGA] opens it shows all the records specific for each company. I want the fields to be empty for a new record. [RGAid] is an autonumber. Users can view all "RGA numbers" on [frmCustomers].
How do I set [frmNewRGA] to be blank once opened via the control button on [frmCustomers], so users can create a new RGA number?