Pop Up Form

davies107

Registered User.
Local time
Today, 15:50
Joined
Oct 2, 2012
Messages
143
i have a pop up form that users need to fill up whenever they need to Add New Records. everything is working fine. BUT, what should i do that in the next time the user will click the Add New Records it will not show the previous items that have been added? since it is added in the Main Form already, no need to show in the pop up Form again once they wanted to add new records. Once they are still in the pop up form, they can see the newly added items BUT once they exit the pop up form, they cant see those items anymore in that form instead it is in the Main Form already.

Thanks.
 
Set the Pop Up's Data Entry property to Yes. So everytime you open the Form, it will open with a blank record.
 
Set the Pop Up's Data Entry property to Yes. So everytime you open the Form, it will open with a blank record.


it works! wow.... thanks. ;)
 

Users who are viewing this thread

Back
Top Bottom