|
-
Sep 26th, 2005, 01:46 PM
#1
Thread Starter
New Member
Adding records on existing table
I have Ms Access table with 4 fields. I build a form so that users can add or edit the table. But I need only last three field to be modified while the first field to remain on showing the data/value exists. Summary: When I click add new record button, I need the first field to populate the existing values.
code:
DoCmd.GoToRecord, , acNewRec
I will appreciate your help.
Frank
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
|