updating field, Form to Table
Opening the form, I wish to type in a number in my "CodeID" field, for instance #1060, I then wish the inserted number 1060 to trigger an event that will fill in the next field with the Township, or Village or City as assigned to inputed ID number.
I have linked the two tables together as a 1 to many, the main table "tblRegister" being the "Many" and the "CodeID" table the "One". all seems to work well. I open the form, open properties and select the linked table query as a source.
Opening the form, and using the linked table query as "source" the form acts and runs perfect. I type in CodeID field "1060",
The Township assigned ID fills with "Spencer TP". JUST FINE! EXCEPT!! WHEN I LOOK AT THE TABLE "tblregister", all information put in the form is placed in the table as expected WITH THE EXCEPTION of the "Field I want filled". The TOWNSHIP NAME FIELD remains empty in the tblregister.
PROBLEM: The field is filled in the form but remains empty in the permanent
"tblRegister" table.
WHAT AM I NOT DOING, I worked with Paradox DOS in years past and used a "Lookup" table and all worked real easy. Will really really appreciate help. At 78 years of age, maybe I am getting to old. Thank you so much for your time and effort.
Old Timer:
Opening the form, I wish to type in a number in my "CodeID" field, for instance #1060, I then wish the inserted number 1060 to trigger an event that will fill in the next field with the Township, or Village or City as assigned to inputed ID number.
I have linked the two tables together as a 1 to many, the main table "tblRegister" being the "Many" and the "CodeID" table the "One". all seems to work well. I open the form, open properties and select the linked table query as a source.
Opening the form, and using the linked table query as "source" the form acts and runs perfect. I type in CodeID field "1060",
The Township assigned ID fills with "Spencer TP". JUST FINE! EXCEPT!! WHEN I LOOK AT THE TABLE "tblregister", all information put in the form is placed in the table as expected WITH THE EXCEPTION of the "Field I want filled". The TOWNSHIP NAME FIELD remains empty in the tblregister.
PROBLEM: The field is filled in the form but remains empty in the permanent
"tblRegister" table.
WHAT AM I NOT DOING, I worked with Paradox DOS in years past and used a "Lookup" table and all worked real easy. Will really really appreciate help. At 78 years of age, maybe I am getting to old. Thank you so much for your time and effort.
Old Timer: