I have an existing table with data and wish to update some fields with new values.So I created a form and add text controls respective to each fields.I want the existing values respective to each fields to populate each controls that are uniquely identified by their 'id'.(ie the id is the unique field).That is,for instance,if I enter "0001" into the id text field then all the text controls like "name","age","date of birth" on the form should be populated with the data specific to the id "0001" and so forth.
Will anybody just give me a tip on what commands or way I could follow to achieve the result to this problem that is quite new to me.
Please let me know if I am not precise with my query.
Thankyou in advance.
Will anybody just give me a tip on what commands or way I could follow to achieve the result to this problem that is quite new to me.
Please let me know if I am not precise with my query.
Thankyou in advance.