P
Pwyd
Let me pose this question in a different way, as i think i've misunderstood
some of the responses i've gotten. I have a form and a subform, each driven
by a seperate table. What i wanted, was a set of records on the main form,
and on the subform, a set of data that would be unique to each record.
Here's my problem. Other than having the user enter a seperate number, or
field, for their record in order to make it unique, i cannot think of a way
to generate a unique number to link the two tables in a relationship so that
they're in a one-to-one relationship. I was using the invoice number, but it
turns out that the invoice number is not necessarily unique. The way the
query on the subform was set up, if someone later uses the same invoice
number, the subform would pick up the records that belonged to the previous
invoice's record on the main form. Is this clear? I looked through the
northwind database, which was also suggested to me, but thats not the
situation i'm encountering here.
some of the responses i've gotten. I have a form and a subform, each driven
by a seperate table. What i wanted, was a set of records on the main form,
and on the subform, a set of data that would be unique to each record.
Here's my problem. Other than having the user enter a seperate number, or
field, for their record in order to make it unique, i cannot think of a way
to generate a unique number to link the two tables in a relationship so that
they're in a one-to-one relationship. I was using the invoice number, but it
turns out that the invoice number is not necessarily unique. The way the
query on the subform was set up, if someone later uses the same invoice
number, the subform would pick up the records that belonged to the previous
invoice's record on the main form. Is this clear? I looked through the
northwind database, which was also suggested to me, but thats not the
situation i'm encountering here.