Results 1 to 2 of 2

Thread: Runtime Data Controls

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2001
    Posts
    3

    Angry Runtime Data Controls

    to make a long story short ,
    i want to be able to set all my data control and data bound controls at run time;

    Command1_click()
    text1.datafield = "blah"
    end sub
    will work but
    command1_click()
    data1.recordsource = "sheet2$"
    will not access the data plus the data control itself locks up



    I have tried many different ways of trying this and am fried, any ideas, my project is due soon.

  2. #2

    Thread Starter
    New Member
    Join Date
    Nov 2001
    Posts
    3

    answer to runtime datacontrols

    in case anyone else was having that problem , I figured out that the answer is to use a DBgrid object

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