Table relationship problem
- From: "Ryker" <rasmith@xxxxxxxxxxx>
- Date: 2 May 2006 12:44:56 -0700
I think I am having problems with table relationships. Here is what I
have.
Table 1 has Social Security Number
First Name
Last Name
Autonumber
Since I will have many duplicate Social Security Numbers, Autonumber
is the primary key.
Table 2 has Social Security No
Notes
I joined the two tables with an indeterminant relationship using Social
Security Number and Social Security No. I want to use Social Security
No (Table 2) to pull the corresponding name from Table 1.
I built this query:
Social Security No - Table 2
First Name - Table 1
Last Name - Table 1
Notes - Table 2
The query works just as I need it, but whenever I build a form based on
the query, the form will not work. It opens with the error the the
Recordset is not undateable. What does this mean and how do I make
this work?
.
- Follow-Ups:
- Re: Table relationship problem
- From: pietlinden
- Re: Table relationship problem
- Prev by Date: Re: Really stupid N00b question
- Next by Date: Re: Count unique values by group
- Previous by thread: Office XP Web Services Toolkit: Handling Complex Data Types?
- Next by thread: Re: Table relationship problem
- Index(es):
Relevant Pages
|
Loading