ChampionDuy
Registered User.
- Local time
- Today, 00:18
- Joined
- Mar 14, 2002
- Messages
- 94
I have a form that the users enters in case information including the case nuber which is the primary key. When the user enters in the case number and then tabs to the next field, It automatically saves the record. Meaning it tabs to the next field and then clears out the Id Field. Saving the record with just the ID and no other information on the case. I have no idea why it is doing this but it is very annoying. I have other forms that save information and when you type in the primary key, then tab to the next field it does not act like that. It just goes to the next field leaving what the users typed in the previous field and waiting for the user to click on save. How can I get it so when I tab it goes to the next field on the form and allows the user to type in the rest of information on the case and waits to save until the user clicks on save? I can explain more if needed I know this is a strange question.