that's really vague. What kind of code? there's a code generator on
Access web that generates reasonable shells, but what exactly are you
looking for?
have a look at
www.mvps.org/access
should be in the modules section.
z
Yes, that was vague. I have to tables,
table1 with field 1 and field 2 and
table2 with field1 and field2
Now, I would like to make some code on a form where I can drag a record from
table1 over to table2 (and also be able to drag it back later). I have seen
something with TreeView that includes the controls with the name
OLEStartDrag, OLEDragOver and OLEDragDrop.
(support.microsoft.com/kb/209898/ko) Not sure if this is the correct
controls to use here but I would like to have the chance to test this. But
is will be quite hard to do without programming skills, or could it be a
tool or add-in out there which could do this for me?
(simple samples with these controls are used are also appreciated).