How would I do this in an effective manner?
To be more specific I have a table with a lot of names in it, but the primary key is a autonumber. I have a table that stores this
NameID, but to make things easy for the people using the database I would like them to typein a name, and if it doesn't exist already they add the name to the table, and then select it and move on in one go.
The help function told me to use the On Not in List function found under the event tab at preferences.
Can anyone help me with actual code to write under the On not in List?
James
To be more specific I have a table with a lot of names in it, but the primary key is a autonumber. I have a table that stores this
NameID, but to make things easy for the people using the database I would like them to typein a name, and if it doesn't exist already they add the name to the table, and then select it and move on in one go.
The help function told me to use the On Not in List function found under the event tab at preferences.
Can anyone help me with actual code to write under the On not in List?
James