I have a Main Table recording Employee Info
Fields lets say: Name, Sirname,Address, ChangeDateID
i have second table to track changing address
fields lets say: ChangeDateID, changeDate, AddressChange
i created a subform of second table.
i created a Main form with RecordSource the Main Table(first table), then
loaded the subform to be viewed as Datasheet.
Now when i run the form, i add name Nick, Sirname, Address
now i add change date 1, address then changedate 2, address
then when i run back the form again i dont see under name NICK the 2 changing address that i added.
ChangeDateID in the Second Table is the primary key and its autonumber
and ChangeDateID in the first table is done relationship One to Many with the
second table.
Dummy Question: under each Name i want to see many changing addresses, and
when i change record and come back to the same name again i see the changing
addresses again , and i want to add new changing addresses from there.i know that it has something to do with the relationship types any clue?
sorry for this dummy question but can anyone help please?
Thank you
Fields lets say: Name, Sirname,Address, ChangeDateID
i have second table to track changing address
fields lets say: ChangeDateID, changeDate, AddressChange
i created a subform of second table.
i created a Main form with RecordSource the Main Table(first table), then
loaded the subform to be viewed as Datasheet.
Now when i run the form, i add name Nick, Sirname, Address
now i add change date 1, address then changedate 2, address
then when i run back the form again i dont see under name NICK the 2 changing address that i added.
ChangeDateID in the Second Table is the primary key and its autonumber
and ChangeDateID in the first table is done relationship One to Many with the
second table.
Dummy Question: under each Name i want to see many changing addresses, and
when i change record and come back to the same name again i see the changing
addresses again , and i want to add new changing addresses from there.i know that it has something to do with the relationship types any clue?
sorry for this dummy question but can anyone help please?
Thank you