Results 1 to 4 of 4

Thread: Master/Detail w/o dbGrid?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2000
    Location
    Atlanta
    Posts
    16

    Question

    Is there any way to have access to a database in the manner of a parent/child or Master/Detail form without using a dbGrid for the child or detil information? I would like to use fields for the child info no different than a normasl form.

    Also, is it possible to have nested child/detail information? For instance, a patient with multiple corresponding office visite, each with multiple corresponding prescriptions given on that visit?

    Thanks in advance,
    Mike
    Full Contact Coding-
    The greatest way of life!

  2. #2
    Addicted Member
    Join Date
    May 2000
    Posts
    188
    you could try to use a control array to create your own grid...

  3. #3
    Guest
    you could also try to use the DataRepeater control, but be prepared for a bit of investigation.

    best regards

    Sascha

  4. #4
    Member
    Join Date
    May 2000
    Posts
    56

    Wink

    Be careful!
    never touch to dbgrid datagrid or whatever "grid" supplied by vb if you want to keep control all over the "beast" you use: when you want to use it "bound" with "unbound" column it's a mess and the reciproque is also true, if you want to get good and controled results build your own array of textbox, it's a bit longer at the design time but .....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width