I have read this admonition against using lookups in tables but frankly it confuses me.
I have a list of 2 hour blocks in their own table because I want to control what is specifically selected when someone wants to add these time blocks in. The table has two columns, the hourdescriptor and the hourID (autonumber).
I refer to this table in a lookup operation to display these specific hour blocks in another table.
Is that what I am NOT supposed to do? If so how do I control what I want displayed in the dropdown in a "approved' way and be able to use that value later on?
I have a list of 2 hour blocks in their own table because I want to control what is specifically selected when someone wants to add these time blocks in. The table has two columns, the hourdescriptor and the hourID (autonumber).
I refer to this table in a lookup operation to display these specific hour blocks in another table.
Is that what I am NOT supposed to do? If so how do I control what I want displayed in the dropdown in a "approved' way and be able to use that value later on?