|
-
Nov 7th, 2001, 08:24 PM
#1
Thread Starter
New Member
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.
-
Nov 8th, 2001, 11:43 PM
#2
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|