-
Access: Forms
Hey im using access to enter auit project forms into an access database. The tables have been setup and now i want to enter the data. I have created a form that lets the user enter the data. I only want them to be able to enter one record each time. but when the user uses the mouse scroll it moves to the next record. How can I stop this? I am using Access 2002 if that helps. Thanks
-
Re: Access: Forms
You made the forms bound.
You could make them unbound, but you'd need code to update to the tables.
Possibly there is a form property to only edit the record you are on and no others, but you'd again need to use some code (under a button) to make the change between editting and viewing...
-
Re: Access: Forms
cheers, if im adding the values to the DB by using code can i just use ADODB from createobject? Thanks