Zeroing field on differant form

J

James

I have 2 forms, Form 1 has 3 unbound fields. The user
enteres in a customer number, or a City, or a Contact
name. In the coding after the update on the field is
completed, it Opens a second more detailed form. Once the
information has been viewed or edited, when closing the
detail form is there a way to automatically clear out the
fields on form 1? Thanks
 
K

Kelvin

Simple way is just add code after the command to open form 2 to set the
value of that field back to 0. As long as form 2 isn't set to modal, the
code will keep running so setting the field back to Null will still work,
then when form 2 is closed, a black form 1 will be shown.

Kelvin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top