Allowaddition = true

MattCollins

Registered User.
Local time
Today, 13:07
Joined
Aug 12, 2005
Messages
49
Hi all very simple question i'm sure but had a look through the forums and couldn't find anything.

On a form i have 2 buttons, one for new data and one for editing data. When either of these buttons are clicked a few text boxes pop up and immediately display data (The first record of the recordset). For the edit button this fine, however how do i get the text boxes to display a new record and not allow the user to head backwards through the recordset only onto a new record??

Thanks in advance
 
On the properties of the form, for data entry choose yes
 
Thank you very much for the quick reply, working like a dream now :)
 
I have a question,

once setup allowaddition = false, then the form's scroll bar will NOT work. So, when I resize the form, the scroll bar doesn't work, it is fixed.
 

Users who are viewing this thread

Back
Top Bottom