how to run Setvalue

G

ghost

Hi,
I have a form called “New employee “used to add new record at the database
When I open it, the first record at the database appears. I need to run a
macro when the form is opened. The macro used to set the form to be empty
from any data due to new data or record
Thx.
 
K

Ken Snell \(MVP\)

Just change the Data Entry property of the form to Yes (form's properties in
design view of the form).
 
Top