Hello
i want to insert the values from a from field into a table i wrote the below code but it doesn't work can you help me pleasE?
i want to add some values from other forms but i don't know what to write cna you help please?
DoCmd.RunSQL (" insert into tbl_userinformation (Anwendung) values (" & Me.Label135 & ");")
and the error is :
object doesn't support this property or method
thank you
i want to insert the values from a from field into a table i wrote the below code but it doesn't work can you help me pleasE?
i want to add some values from other forms but i don't know what to write cna you help please?
DoCmd.RunSQL (" insert into tbl_userinformation (Anwendung) values (" & Me.Label135 & ");")
and the error is :
object doesn't support this property or method
thank you