J
Jan H. DeGiorgio
I have a db I've been using for ten years that uses a compound (date and
text) primary key which I'd like to change to autonumber. Although, by
appending my records to a new table with the correct structure, I've been
able to set up the first table ok I'm not having any luck setting up the
child table and establishing a relationship.
I thought I'd read that I could do this by setting up a long integer field
in the second table and then establishing the relationship between the two
tables but this doesn't seem to be working. I've tried a couple of other
approaches with no luck.
Any help in figuring this out will be appreciated.
text) primary key which I'd like to change to autonumber. Although, by
appending my records to a new table with the correct structure, I've been
able to set up the first table ok I'm not having any luck setting up the
child table and establishing a relationship.
I thought I'd read that I could do this by setting up a long integer field
in the second table and then establishing the relationship between the two
tables but this doesn't seem to be working. I've tried a couple of other
approaches with no luck.
Any help in figuring this out will be appreciated.