Fields to Blank

kbreiss

Registered User.
Local time
Today, 17:48
Joined
Oct 1, 2002
Messages
228
On a form that I have calle "Add_Products" it allows users to type in new Products. Once the Product info. is typed I have a save macro. I would like for it to do is Save the Product Info and Set the fields back to blank so they can continue with another product. Hopefully this is easy

Thanks in advance,

Kacy
________
Ship Sale
 
Last edited:
If you mean start a new record you can create a macro that will goto a new record, or you can use code on the form using DoCmd.GotoRecord, , acNew to go to a new record.
 
Thanks a ton! Thats what I needed.

Kacy
________
Suzuki gt750 history
 
Last edited:

Users who are viewing this thread

Back
Top Bottom