Two new questions,
I have a combo box with a bunch of client names in it on form1
That form inputs them into table1
I want the combo box " owner " to have the same row source, If one recieves a new edit then the other is updated.
I tried to link it to the column in table 1, however it displays duplicates if there are multplie row entries.
I then want to be use it to search the list which is ran by a query.
I thought by setting a control id be able to do it, but no luck.
I have a combo box with a bunch of client names in it on form1
That form inputs them into table1
I want the combo box " owner " to have the same row source, If one recieves a new edit then the other is updated.
I tried to link it to the column in table 1, however it displays duplicates if there are multplie row entries.
I then want to be use it to search the list which is ran by a query.
I thought by setting a control id be able to do it, but no luck.