Inserting new record and adding values

  • Thread starter Thread starter Ragnar78
  • Start date Start date
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
 
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.
 
Back
Top