CanuckBuck
Registered User.
- Local time
- Today, 02:32
- Joined
- Apr 27, 2019
- Messages
- 31
The lookup tables in my database have columns to define the effective and obsolete dates for the lookup values. If a row in the lookup table has an obsolete date it should not appear in the lookup list of tables that reference it UNLESS the referencing row is currently referring to the obsolete row from the lookup table, in which case it should be included. This scenario can occur if the value was used before the lookup value became obsolete.
How do I reference the value in the column from the referencing table to use as input for the lookup query? I've tried [TableName].[ColunmName] [TableName]![ColunmName], and Me.[ColunmName]. In all cases the table prompts for a parameter when I view the table.
How do I reference the value in the column from the referencing table to use as input for the lookup query? I've tried [TableName].[ColunmName] [TableName]![ColunmName], and Me.[ColunmName]. In all cases the table prompts for a parameter when I view the table.