N
natalie
In 2 old databases I have a combo box that works great in both: User chooses
from the drop down menu which populates certain related fields - and when you
either choose again from the combo box OR use the next or previous arrows,
the correct related field data, including the combo box data, displays the
change.
In my new database, I can't get the damn thing to work. I set it up the
exact same way and the code is exactly the same. However I keep getting a
debugging error at this part of the line of code: Me.Bookmark = rs.Bookmark
Below is the code for the after update - which as I mentioned is exactly the
same as my other two databases where the function works. Any ideas before my
head explodes?
from the drop down menu which populates certain related fields - and when you
either choose again from the combo box OR use the next or previous arrows,
the correct related field data, including the combo box data, displays the
change.
In my new database, I can't get the damn thing to work. I set it up the
exact same way and the code is exactly the same. However I keep getting a
debugging error at this part of the line of code: Me.Bookmark = rs.Bookmark
Below is the code for the after update - which as I mentioned is exactly the
same as my other two databases where the function works. Any ideas before my
head explodes?