Opening form to a blank record

forms_are_nightmares

Registered User.
Local time
Yesterday, 22:22
Joined
Apr 5, 2010
Messages
71
I'm pretty sure this can be done, but, for the life of me, I can't figure it out.

I have a main form with 2 subforms.

Process:
1. Filter the form to the account needed (works)
2. Enter in PO information on subform1 (works)
3. Apply the PO amounts to totals on subform 2 (works)

Here's the part that doesn't work:

When I go back to that account, i.e., filter to retrieve it, I don't want the previous PO information to appear. When another PO is applied, it will apply the previous PO and any subsequent PO's.

I want to be able to have the subform open to a new line/record. How can I do this.

Any help/insight is appreciated.
 
I'm having difficulty understanding your requirement. You care to elaborate?

In any case to go to a new record you use:
Code:
Docmd.runcommand accmdrecordsgotonew
 

Users who are viewing this thread

Back
Top Bottom