Access add-in to generate VBA code

J

JohS

I'm new to VBA and wonder if any have some tip weather it exist any good
Access add-in to help generate VBA code.

Thanks, JohS
 
P

pietlinden

I'm new to VBA and wonder if any have some tip weather it exist any good
Access add-in to help generate VBA code.

Thanks, JohS

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.
 
J

JohS

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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top