Using DB Combo In VB 4.0 
Author Message
 Using DB Combo In VB 4.0

Hi,

I'm new to VB development. I would appreciate if any of you can help me
with my current problem as discussed below.

Table Name 1 - ABC
Table Name 2 - XYZ

ABC table has following 2 fields -  Fld1, Fld2
XYZ is master table which has Fld1 and Fld2 as part of its complate
table.

Combination of Fld1 and Fld2 is key to ABC.  Let's say ABC has
following entries,

    Fld1        Fld2
    ----------------
    Software    Test
    Software    Design
    Software    Doc
    Hardware    Test
    Hardware    Design

I have 2 DB COmbos. First will list "Fld1" values and depending upon
that value 2nd DB Combo will have its list row filled up accordingly.

Currently, In Db combo 1 I see fields value repeated. i.e with above
example, I see 3 Software and 2 Hardware and I want 1 Software and 1
Hardware. How do I set up DB combo properties or other to show DISTINCT
values of Fld1?

Also how do I fill up list rows of second DB combo according to
selection in 1st DB combo?

FYI, selection of these both DB combo will up updated in table XYZ in
corresponding fields.

Please help me.

Regards,

-- Kiran



Tue, 01 Sep 1998 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Using DB Combo In VB 4.0

2. DB Combo problem in VB 4.0

3. VB 4.0/database/db combo box

4. DB Combo problem in VB 4.0

5. Slow Access to Foxpro DB in VB 4.0 using DAO

6. using a combo box on a tab in 4.0

7. how do i fill DB combo box using dao

8. How to coding seek with DB and using Combo Box

9. Help: Using db combo box

10. how do i fill DB combo box using dao

11. Update/delete of dBase/Paradox DB using MS Jet 4.0

12. Using OLE DB Jet 4.0

 

 
Powered by phpBB® Forum Software