Mike,
are you trying to insert into mo_DTL the values you're selecting from mo_old? IF so, you need to run those two statements into one. I'd be tempted to do it with some VB but if you need to do it with pure SQL you could try:
INSERT INTO mo_DTL (field1,field2,field3,...) VALUES (SELECT...
Hi castor,
I can't find the help file for download anywhere either!
Meantime, I've been mucking with the TreeView control a fair bit in VBA. To answer your questions:
1a. To reference any node by its key, use myTreeViewCtrl.Nodes("myKey")
1b. To select that node, use...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.