Inserting new record and adding values

R

Ragnar78

Hy,

I'm totaly new to Access VBA, but not VBA itself...
I dont know if this is the correct forum to post my question, but i
wanted to know if anyone can give me an example on how i can insert
with VBA a new record and add values in all the correspondant fields
of the newly created record...

Thanks again
 
D

Douglas J. Steele

Actually, it's not the correct place. Unlike the rest of the Office family,
macros in Access don't use VBA: modules do.

In any case, there are several different possibilities, depending on whether
you want to use DAO, ADO or run an Insert query to do it.

You might try posting to microsoft.public.access.modulesdaovba giving more
details, such as what version of Access you're using.
 

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