November 16th, 2004, 2:18 am
Please can someone help me look at why this dragdrop is not quite working. I have attached a zip file with two files, 1) a recursive treeview query, and 2) the spreadsheet the DAO queries which is used as a database.The recursive query which used to populate the treeview control works fine, however the drag drop does not. The dragdrop event is suppose to either; 1) if a tree node is dragged to an empty space, a root node is created and the ReportsToName is made null, or 2) if a tree node is drag to another node, it and all its records ( recursively called) are updated as child nodes.the database and tree seem not to be updating despite 'C:' drive churnig when drag drop effected.Your help is much appreciated. Many ThanksAdam