ok, here goes.
i have a combo box on a form called cboAuthor. in the form, on the row source line, i used the ... to create a query that will concatenate the first name and last name of the authors and sort alphabetically. that all works just fine.
however, i am trying to do the NotInLIst thing to be able to add authors. after some researching, it seemed like i would need to use the docmd.openform procedure to open up the form that enters into tblAuthor.
i can get it to open up the form, but i cannot get it to pass the value nor can i get it to record the value once entered. i am pulling my hair out.
i have tried the code on applecore, a bunch of different things here and on other sites. i just can't figure it out.
i saw about how in the OnLoad event of the second form, i will need to use the split function to sort out the first name and last name (it would be entered as LastName, FirstName in the combo box).
i just don't get it.
i see things for passing more than one variable, but i can't get it to work for me, because i am not passing more than one named field. in the combo box, it's all together, not in separate fields. so i am confused.
any suggestions? or clarity?
i've got three books and the web and my brain has given up.


i have a combo box on a form called cboAuthor. in the form, on the row source line, i used the ... to create a query that will concatenate the first name and last name of the authors and sort alphabetically. that all works just fine.
however, i am trying to do the NotInLIst thing to be able to add authors. after some researching, it seemed like i would need to use the docmd.openform procedure to open up the form that enters into tblAuthor.
i can get it to open up the form, but i cannot get it to pass the value nor can i get it to record the value once entered. i am pulling my hair out.
i have tried the code on applecore, a bunch of different things here and on other sites. i just can't figure it out.
i saw about how in the OnLoad event of the second form, i will need to use the split function to sort out the first name and last name (it would be entered as LastName, FirstName in the combo box).
i just don't get it.
i see things for passing more than one variable, but i can't get it to work for me, because i am not passing more than one named field. in the combo box, it's all together, not in separate fields. so i am confused.
any suggestions? or clarity?
i've got three books and the web and my brain has given up.