insert into a table from

mana

Registered User.
Local time
Today, 12:26
Joined
Nov 4, 2014
Messages
265
hello

thank you for the answer
i also wrote the below code but i have error in below line
i don't know what to write instead of that
can you help me please?

Dim db As Database
Dim rec As Recordset
Set db = CurrentDb
Set rec = db.OpenRecordset("Select * from tbl_userinformation")
rec.AddNew
rec("Anwendung") = Me.Label135.Caption
rec("actualdate") = !Forms!frm_main!Text0.Value

rec.Update
Set rec = Nothing
Set db = Nothing

i have the following error

invalid or unqualified refrence

can you help me please?
thank you
 
Read you other thread.
 

Users who are viewing this thread

Back
Top Bottom