Hello all,
I have a form that is used to enter/view information in a table. One field on this form is a drop down that selects a name from another table. What I am trying to do is have this name auto-populated with the next user's name in sequence and then loop back to the start when it reaches the last name on the list. This only needs to happen when a new record is created while not affecting the selected names on the existing records.
The Form is called "Data" and the Drop-down control is called "Owner" which pulls its information for the "Owner" table.
Any help would be appreciated!
Thanks,
Chuck
I have a form that is used to enter/view information in a table. One field on this form is a drop down that selects a name from another table. What I am trying to do is have this name auto-populated with the next user's name in sequence and then loop back to the start when it reaches the last name on the list. This only needs to happen when a new record is created while not affecting the selected names on the existing records.
The Form is called "Data" and the Drop-down control is called "Owner" which pulls its information for the "Owner" table.
Any help would be appreciated!
Thanks,
Chuck