M
Matt Reed
Hello to all.
Starting a new project that is basically a list of magazine articles that we
want to keep track of.
Broke the database down into various tables.
tblMain
tblAuthor
tblPublication
Had the Form Wizard create a form (frmArticlesMain) for looking at the main
table with references to the lookup tables (tblAuthor & tblPublication), all
works fine until I want to add an author or publication that is not in the
lookup tables.
When I try to add a name not in the list I get "The text you entered isn't
an item in the list."
So how is the best way to enter a new item in the list without exiting the
main form? Macro, pop-up the form for entering Authors?
I'm looking for basic theory here, although code tips or forms would help.
I tried changing the "On not in list" field of the Author Combobox to a
macro that opens up the frmAuthor. I could then add the Author and go back
to my main form, but the new Author's name is not in the ComboBox drop-down
list. Is there someway to refresh that list before going back to the main
form?
Are there any good site that explain what I am trying to accomplish?
Thanks for any and all help.
Matt
Starting a new project that is basically a list of magazine articles that we
want to keep track of.
Broke the database down into various tables.
tblMain
tblAuthor
tblPublication
Had the Form Wizard create a form (frmArticlesMain) for looking at the main
table with references to the lookup tables (tblAuthor & tblPublication), all
works fine until I want to add an author or publication that is not in the
lookup tables.
When I try to add a name not in the list I get "The text you entered isn't
an item in the list."
So how is the best way to enter a new item in the list without exiting the
main form? Macro, pop-up the form for entering Authors?
I'm looking for basic theory here, although code tips or forms would help.
I tried changing the "On not in list" field of the Author Combobox to a
macro that opens up the frmAuthor. I could then add the Author and go back
to my main form, but the new Author's name is not in the ComboBox drop-down
list. Is there someway to refresh that list before going back to the main
form?
Are there any good site that explain what I am trying to accomplish?
Thanks for any and all help.
Matt