Greetings!
I am newbie in Ms Access 2010. I have a two form "frmResearch" and "frmAuthor" they are link together by ID. The frmResearch contains the information about the authors research project. and the frmAuthor contains the information about the author. These two forms already populated with some data. I created a combobox, "cboSelectAuthor" in frmResearch and already populated with authors. I created a textbox "txtAuthorFullName" and a command button cmdNewAuthor for new author. The "frmAuthor will pop up once cmdNewAuthor was clicked to enter new Author. With Author_FirstName and Author_LastName Here is my inquiry:
1. How to pass the value from the cboSelectAuthor to txtAuthorFullName in add new data mode?
2. How to pass the value of the new author from frmAuthor to the txtAuthorFullName in the frmResearch concatenating Author_FirstName and Author_LastName.
Hope someone will have a time to look at it.
Thanks in advance.