L
LMIU
I have a master table consisting of a column of unique ID numbers and a
column of comments. This is populated by queries linked to several other
databases.
Within each individual database there is a table with the unique ID number &
columns containing other information.
The individual databases are regularly cleared and repopulated, thus they
cannot contain the comments information as it would be lost during clearing.
Within each individual database I'm trying to build a form which contains
the table information and uses the unique ID number to bring in the
corresponding comments column from the linked master table.
I have tried this as a subform without success and as a text box with the
master table comments field as the control source and a validation rule that
the IDs must be equal. However, the information in the master table was not
displayed in the form, nor could I edit the field (it was not locked).
If anyone can walk me through setting this up, or has any advice, it would
be much appreciated, thanks!
column of comments. This is populated by queries linked to several other
databases.
Within each individual database there is a table with the unique ID number &
columns containing other information.
The individual databases are regularly cleared and repopulated, thus they
cannot contain the comments information as it would be lost during clearing.
Within each individual database I'm trying to build a form which contains
the table information and uses the unique ID number to bring in the
corresponding comments column from the linked master table.
I have tried this as a subform without success and as a text box with the
master table comments field as the control source and a validation rule that
the IDs must be equal. However, the information in the master table was not
displayed in the form, nor could I edit the field (it was not locked).
If anyone can walk me through setting this up, or has any advice, it would
be much appreciated, thanks!