Here is my situation:
I have a form which gives the users the ability to enter data. That is all I want them to be able to do. I have a "Add Record" button that will commit the data to the table.
The problem I have is that when you run the form, on the bottom of the form, you get the record counter "1 of X Records". You also have the forward and back arrows that let you scroll through the data. This gives the user the ability to bypass the checks I have put into the fields to prevent blanks from being entered into the database.
Is there a way to get rid of this functionality? I like the ability to scroll backward through the data that the user entered, but not the ability to scroll forward without using the "Add Record" button.
Any help or suggestions would be greatly appreciated.
I have a form which gives the users the ability to enter data. That is all I want them to be able to do. I have a "Add Record" button that will commit the data to the table.
The problem I have is that when you run the form, on the bottom of the form, you get the record counter "1 of X Records". You also have the forward and back arrows that let you scroll through the data. This gives the user the ability to bypass the checks I have put into the fields to prevent blanks from being entered into the database.
Is there a way to get rid of this functionality? I like the ability to scroll backward through the data that the user entered, but not the ability to scroll forward without using the "Add Record" button.
Any help or suggestions would be greatly appreciated.