I wonder if anyone can enlighten me.
If I have a table say with two fields Member and staff code:
Member..... Staff Code
Jon.................1
Adam.............10
Sarah.............7
Bob................8
If I also have a form with various details including a dropdown box for the member name (taken from the table above), is there any way I can have a seperate box on the form, which automatically fills the correct staff code when the member is chosen.
In a nutshell, I want the user to select the member and for the staff code to be filled automatically in the form.
I would also like it so that when the user updates the table with extra members and codes in the future, these still work in the same way.
Thanks in advance for any help.
If I have a table say with two fields Member and staff code:
Member..... Staff Code
Jon.................1
Adam.............10
Sarah.............7
Bob................8
If I also have a form with various details including a dropdown box for the member name (taken from the table above), is there any way I can have a seperate box on the form, which automatically fills the correct staff code when the member is chosen.
In a nutshell, I want the user to select the member and for the staff code to be filled automatically in the form.
I would also like it so that when the user updates the table with extra members and codes in the future, these still work in the same way.
Thanks in advance for any help.
Last edited: