Entering Records to a table using an Unbound Form

Woftysofty

New member
Local time
Tomorrow, 02:56
Joined
Apr 4, 2009
Messages
5
Access 2007 gurus, please help!

I have a table that I want to add new records to from an unbound form.

I have been looking everywhere for some VBA sample code that would help me to do this but can't find anything useful.:mad:

I want to use an unbound form not a bound form!

Can somebody please help me with this!:confused:
 
You would either use AddNew with a recordset, or execute an append query that got its values from the form.
 
Thanks pbaldy for your efforts on this matter.

You wouldn't be able to give me a simple example of a piece of code that you would write if you were to do this with the recordset option could you.

I would really appreciate it.

Thanks again!!
 
pbaldy, thanks again!

I finally figured it out thanks to your guidance:D.

Works great!
 
No problemo, and welcome to the site by the way!
 

Users who are viewing this thread

Back
Top Bottom