I
Iram
Hello.
I am using Access 2003 and I am running into a little dilema.
I have a form called "frm_Input" that is controlled by a query called
"qry_Input" that is controlled by a table called "Tbl_Master". In this form I
have a unique record identifier called "Code" which gives every record its
uniqueness.
I have another field called "PhotoName" in this form that needs to access
(read/write) a field called "PhotoName" in a different table called
"Tbl_MasterContinued". Both tables are linked by the unique identifier.
The problem is that I need to be able to modify the "PhotoName" from teh
"Tbl_MasterContinued" field from two seperate forms. Each of these two forms
connect only to their respective tables only. I was trying to create an
expression in the "PhotoName" field to look up the table
"Tbl_MasterContinued" with the same unique identifier on the form to allow me
access to that field. I have tried adding the "tbl_MasterContinued" to the
qry_Input query but it doesn't work as expected...
I am going in circles, can you help me figure out how to do this?
Thanks.
Iram/mcp
I am using Access 2003 and I am running into a little dilema.
I have a form called "frm_Input" that is controlled by a query called
"qry_Input" that is controlled by a table called "Tbl_Master". In this form I
have a unique record identifier called "Code" which gives every record its
uniqueness.
I have another field called "PhotoName" in this form that needs to access
(read/write) a field called "PhotoName" in a different table called
"Tbl_MasterContinued". Both tables are linked by the unique identifier.
The problem is that I need to be able to modify the "PhotoName" from teh
"Tbl_MasterContinued" field from two seperate forms. Each of these two forms
connect only to their respective tables only. I was trying to create an
expression in the "PhotoName" field to look up the table
"Tbl_MasterContinued" with the same unique identifier on the form to allow me
access to that field. I have tried adding the "tbl_MasterContinued" to the
qry_Input query but it doesn't work as expected...
I am going in circles, can you help me figure out how to do this?
Thanks.
Iram/mcp