RuralGuy
AWF VIP
- Local time
- Today, 12:38
- Joined
- Jul 2, 2005
- Messages
- 13,819
I think I'm having a problem with the terminology. A LookupField is a field in a table that has a lookup ComboBox defined on the lookup tab of the field. A LookupTable is a complete table that is used to "lookup" values to put in a field in another table. It is what a ComboBox has as the RowSource of the ComboBox control. Adding values to the RowSource of a ComboBox is what the NotInList event is used for. Maybe this link will shed some light on the NotInList event possibilities.