PC Review


Reply
Thread Tools Rate Thread

Combo Box selection / AUTO POPULATE combo box in a different form

 
 
kealaz
Guest
Posts: n/a
 
      13th Apr 2009
If I have a combo box [VENDORNAME] on one form [frmPO_ISSUE]

and

another combo box [PART_NO] on a different form (actually, it's a subform of
frmPO_ISSUE) [frmORDER_DETAILS]

Can I populate the second combo box based on a selection made in the first
combo box?


When the form [frmPO_ISSUE] is opened, and the user makes a selection in the
combo box [VENDORNAME] to select which vendor we are cutting a purchase order
to, I would like my form to look in a table [tblBUY] which is all the parts
that we currently have an open request for, and select all parts (one or
more) [PART_NO] that match on the field [VENDORNAME] with the selection made
in the combo box [VENDORNAME].

frmPO_ISSUE
cboVENDORNAME


tblBUY
VENDORNAME
PART_NO
MANUF
MANUF_PN
QTY_ORDER
PROJECT


I want the resulting combo box [PART_NO] in my subform [frmORDER_DETAILS] to
look like this

PART_NO = Column(0)
MANUF = Column(1)
MANUF_PN = Column(2)
QTY_ORDER = Column(3)
PROJECT = Column(4)



Thank you very much for any help you can give me with this!!!



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Auto Populate a Combo Box based on the user selection of another Combo Box John W. Vinson Microsoft Access Forms 0 2nd Mar 2010 04:56 AM
Combo Box selection / AUTO POPULATE combo box in a different form kealaz@starbase74.com Microsoft Access Form Coding 2 14th Apr 2009 12:30 PM
AUTO POPULATE subform from combo box selection kealaz Microsoft Access 0 6th Apr 2009 05:21 PM
AUTO POPULATE subform from combo box selection kealaz Microsoft Access 0 3rd Apr 2009 06:43 PM
Auto-populate fields in form based on combo box selection =?Utf-8?B?TWFyayBCcmFkeQ==?= Microsoft Access Form Coding 2 16th Mar 2006 09:01 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:50 PM.