mcdhappy80
Registered User.
- Local time
- Today, 09:22
- Joined
- Jun 22, 2009
- Messages
- 347
I've created button on my main form which will will open another form where I will add a record and then move back to main form.
I want to do this when the add record form opens:
1) Always Open blank record;
2) Not be able to move trough records of the forms data source;
3) Only be able to ADD ONE new record;
4) Not to be able to edit records on that form.
What here needs to be done by tweaking forms properties and what with VBA code to make this as I planned?
Thank You.
I want to do this when the add record form opens:
1) Always Open blank record;
2) Not be able to move trough records of the forms data source;
3) Only be able to ADD ONE new record;
4) Not to be able to edit records on that form.
What here needs to be done by tweaking forms properties and what with VBA code to make this as I planned?
Thank You.