seriously, i will...but i dont have much money
i started a thread for this earlier, but it didnt get anywhere
https://www.accessforums.net/program...able-7653.html
i can upload an example database if that will help...but heres the situation
i have a bound form that contains student information...on this form is a bunch of text boxes and such relating to the table that the form is bound to
what i want is to have two combo boxes that are for a student advisor...the row source for the combo box is a list of all available advisors. a student can have one or two advisors, hence the two combo boxes. if an advisor is already assigned to the student, then the combobox displays that. if not, then an advisor can be selected from the combobox.
The problem I am having is that it won't update the advisors table when i change the record. I even tried putting it in a subform thinking that would work, but then its telling me the name is an expression (firstname & lastname) and that it couldn't be changed.
Ideally, i want the two comboboxes on the form...that looks the best and would work the best...but this is literally the last piece of the puzzle of this project I've been working on all summer, and when i get this part done, then I am done.
I REALLY REALLY REALLY NEED HELP! I will try ANY & ALL suggestions.