D
DavisGail
I am working in Access 2003. I know exactly what I want to do, just can't
get it to work correctly.
I have a continuous form that is built off a query that prompts for
LastName. The form (SRBInfo) lists all the current documents by the employee
name. The list includes a DocID (which is an autonumber).
I want to double click on the DocID, open another form (pubUpdate) and set
the SRBId field to the value that was in the DocID.
A little background: I have two separate tables of information. I need to
link the two, however there are no fields that are unique. So I set the
primary key in table 1 (DocID) to the field in the second table (SRBId).
This way I can create the relationship. If there is a better way to do this,
I'm all ears.
get it to work correctly.
I have a continuous form that is built off a query that prompts for
LastName. The form (SRBInfo) lists all the current documents by the employee
name. The list includes a DocID (which is an autonumber).
I want to double click on the DocID, open another form (pubUpdate) and set
the SRBId field to the value that was in the DocID.
A little background: I have two separate tables of information. I need to
link the two, however there are no fields that are unique. So I set the
primary key in table 1 (DocID) to the field in the second table (SRBId).
This way I can create the relationship. If there is a better way to do this,
I'm all ears.