quote:
--------------------------------------------------------------------------------
Originally posted by namliam
To Add to a dropdown list, add a popup form On double click or On not in list or add a small button behind it. Then open a form, where the user can input his data on the (new/unknow) publisher.... Then return to your 'main' form...
Regards
--------------------------------------------------------------------------------
This is a belated followup from an old thread posted in "tables"
http://www.access-programmers.co.uk/forums/showthread.php?s=&threadid=54357&perpage=15&pagenumber=1
Realised maybe nobody would bother to read the whole chunk so i try to make it shorter and to the point here.
Basically i require a "dropdown menu" to enter information for a foreign key(publisherID) in my form for Books. The problem arises when the book being entered into the database is from a "new publisher", which cannot be found in the pull-down field.
----
Hi there again, sorry, but need more help.
probably elementary to you, but i've wasted hours trying to get it to work.
I've tried to do what you've said above, to try to add a popup form On double click or On not in list. but I can't quite get it to work. What exactly is suppose to happen? Will there be an extra line in my dropdown "Not in list" which i select and a form pops out? Could you give me the maybe some more specific instructions or code to make it work?
Alternatively, I've added a button which simply opens the form
ublisher. The problem with this solution is that after keying in the information for PublisherID:108, and closing this form, the the information of PublisherID: 108 is not updated in my dropdown list for the first form. That is to say I still cannot select this new publisher. I have to close the form and re-open it for the publisher to be available for choosing. How do i solve this?
Looking forward to your reply!
--------------------------------------------------------------------------------
Originally posted by namliam
To Add to a dropdown list, add a popup form On double click or On not in list or add a small button behind it. Then open a form, where the user can input his data on the (new/unknow) publisher.... Then return to your 'main' form...
Regards
--------------------------------------------------------------------------------
This is a belated followup from an old thread posted in "tables"
http://www.access-programmers.co.uk/forums/showthread.php?s=&threadid=54357&perpage=15&pagenumber=1
Realised maybe nobody would bother to read the whole chunk so i try to make it shorter and to the point here.
Basically i require a "dropdown menu" to enter information for a foreign key(publisherID) in my form for Books. The problem arises when the book being entered into the database is from a "new publisher", which cannot be found in the pull-down field.
----
Hi there again, sorry, but need more help.
probably elementary to you, but i've wasted hours trying to get it to work.
I've tried to do what you've said above, to try to add a popup form On double click or On not in list. but I can't quite get it to work. What exactly is suppose to happen? Will there be an extra line in my dropdown "Not in list" which i select and a form pops out? Could you give me the maybe some more specific instructions or code to make it work?
Alternatively, I've added a button which simply opens the form

Looking forward to your reply!