R
Rob Hofkens
Hello everyone !
I am fairly new to database programming but I am excited
So I started out with 2 tables and wend to the relations editor.
And...I got stuck.
Here is what I did:
TABLE :
tblCities
FIELDS :
CityID (primairy key)
CityName
TABLE :
tblRelations
FIELDS :
RelationID (primairy key)
Name
Adress
Zipcode
CityID -> I want this to be linked to tblCities -> CityID
POBox
POZipcode
POCityID -> I want this to be linked to tblCities -> CityID
The big problem I have here is that 2 fields in table tblRelations should be
linked to table tblCities
Perhapse this is something weird to do I dunno...yet.
The relations editor in Access doesn't like my idea at all.
I also want to use a SQL Server to build my application upon, dunno if that
is important.
I hope someone sees what I attempt to do and knows how to proceed.
Thx in advance.
Rob Hofkens.
I am fairly new to database programming but I am excited
So I started out with 2 tables and wend to the relations editor.
And...I got stuck.
Here is what I did:
TABLE :
tblCities
FIELDS :
CityID (primairy key)
CityName
TABLE :
tblRelations
FIELDS :
RelationID (primairy key)
Name
Adress
Zipcode
CityID -> I want this to be linked to tblCities -> CityID
POBox
POZipcode
POCityID -> I want this to be linked to tblCities -> CityID
The big problem I have here is that 2 fields in table tblRelations should be
linked to table tblCities
Perhapse this is something weird to do I dunno...yet.
The relations editor in Access doesn't like my idea at all.
I also want to use a SQL Server to build my application upon, dunno if that
is important.
I hope someone sees what I attempt to do and knows how to proceed.
Thx in advance.
Rob Hofkens.