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