kysterathome
Technical User
Hi all,
I am lost - it seems so simple and yet I don't get it:
Two tables:
tblContacts
ContactID - autonumber (primary key)
ContactName
City - number [linked to tblCity.CityID - enforcing Ref. Int.]
tblCity
CityID - autonumber (primary key)
CityName
The relationship is clear - but here is my problem (as easy as it may sound to you):
When I create a form and add all of the above components to it, I can still not add a new record to the tables... It drives me nuts - what do I have to do? Write a code to update both tables?? But that sounds too complex
Any help is welcome
Kysterathome
I am lost - it seems so simple and yet I don't get it:
Two tables:
tblContacts
ContactID - autonumber (primary key)
ContactName
City - number [linked to tblCity.CityID - enforcing Ref. Int.]
tblCity
CityID - autonumber (primary key)
CityName
The relationship is clear - but here is my problem (as easy as it may sound to you):
When I create a form and add all of the above components to it, I can still not add a new record to the tables... It drives me nuts - what do I have to do? Write a code to update both tables?? But that sounds too complex
Any help is welcome
Kysterathome