|
-
May 18th, 2005, 07:47 AM
#1
Thread Starter
<?="Moderator"?>
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
-
May 18th, 2005, 09:00 AM
#2
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...
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
-
May 18th, 2005, 09:25 AM
#3
Thread Starter
<?="Moderator"?>
Re: Access: Forms
cheers, if im adding the values to the DB by using code can i just use ADODB from createobject? Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|