Hi. I am new in the Access so kindly help me.
I have created a table called Candidates, on which i have designed a data entry form called candidates1. This form will accept candidates information in all fields of candidates table. Primary key is set on registration number [reg_no] which is a text box in form. I have also created a save button which saves all the information of a single candidate on given table and moves to next empty record.
When I want to edit any entered record then I need to view all of previous saved info of specific record in a form by just entering registration key. The problem I am facing is that, when I enter a saved value of registration key, form doesn't show remaining fields of this records and it also doesn't apply any change.
How can I do this?