Hi all.
I have setup two tables.
Table 1 = customerT
Table 2 = countyT
Table 1 = customerT = Fields are =
- ID (PK) auto generate number
- FirstName
- LastName
- Address 1
- Address 2
- PostalCode
- County
- Country
Table 2 = county = Fields are =
- ID (PK) auto generate number
- County
Relationships created are Table 2 = ID (1 to many) to Table 1 = County
The issue I'm having is that I can't enter in the customer table county field, the word "Norfolk" which is the description of the county for record 1. It seems I must enter 1 and not Norfolk. This is not good as one would thought Norfolk is the county, not 1.
But again, I can't make the relationship between Table 2 = County to Table 1 = County.
How would one go past this? I mean, anyone reading county 1 means nothing.
Kind regards,
Albert