how i have done it is by using a recursive table setup.
node ID
parent node ID
node name
[more fields, if needed]
and as a result, you will have to use recursion to read from the table to programmatically build the tree structure. i don't have my code with me, but essentially you should...
I'm trying to measure how long it takes to run code. So I added the stopwatch object in the code, started it, and debug printed the elapsed time. The elapsed time is incorrect.
Can somebody tell me what I did wrong here?
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As...
Found what I was looking for....
http://www.tek-tips.com/viewthread.cfm?qid=1302985
http://www.codeproject.com/KB/architecture/exceptionbestpractices.aspx
Hi,
I was not sure what to use as a search term to find the answer to my question so I created this thread.
I would like to know how you structure your code when you need to do several things.
I typically write Functions instead of Subs because I want to know that a preceding call was...
Hi,
Can someone help by telling me what the code is to move to a particular page number on an Access Report?
Using code, I have variables that capture the start page of each sub report. Now what I want to do is add functionality to go directly to that page number within the report.
There's a...
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.