Primary Keys
Martin Moora...
4 posts
|
I am having a little problem with a project that I am working on because I have two tables that need to be joined by a primary key, but the primary key is not an integer. I am trying to create a search engine for political contributions and the donations all have one “committee id” that is linked to a “committee”. The problem is that the every committee looks like this: C00001234 and in some cases H00VA987. I tried to overide the process by appointing another column as my primary key, but when I do this, the column is coming up nil. In theory I know this should be easy, but I think the problem is the that my primary key is not an integer. Any suggestions? |
Michael Matt...
8 posts
|
I’m no expert on the subject but this might help. |
Mikhail V. S...
19 posts
|
Martin! |
Martin Moora...
4 posts
|
Mikhail, Thanks for the advice. I have put this down for a few weeks and will try it again with a fresh approach. Thanks! Marty |
4 posts, 3 voices
