new form, and TAB problem

ras81

Registered User.
Local time
Today, 10:29
Joined
Jun 20, 2008
Messages
11
hello

i have a problem and i will appritiate your help...
there is a subform which i want to use inorder to insert data to a table.
i wanted it to be new with no prev records so i turn the insertdata to enable ("yes") and this seems to work.
the problem is that the record is saved every time i use TAB.
how can i disable this option and make sure that the form is saved only by a button, and not by a TAB?

thank u in advance
 
Simple Software Solutions

Switch to the form properties setting and select Cycle and change it to Current Record.


CodeMaster::cool:
 
thanks, i feel a bit stupid for not noticing it :)
 
Don't feel bad, I answer this question for people about 10 times a week! Microsoft should never have set "All Records" as the default setting for it! It would also help if they had named it Cycle Records instead of simply Cycle.
 

Users who are viewing this thread

Back
Top Bottom