MS Access 2002 SP 3
I have two forms, one with a combo box looking at available lookup tables and the other an unbound form which will be used by the user to update lookup values.
The lookup value tables all have the same format: ID, Value, ValidFrom, ValidTo
The code I use to get the form to look at the correct lookup value table is:
Dim db As Database
Dim tdfTable As TableDef...