Bullsandbears123
Technical User
I have a table "tblcontacts". I would like to add a record and insert values into it with out using a form just VB. It this possible.
tblcontacts:
[name]is text [address]is text [phone]is number
Is there a command I can use in insert value into the recordset.
for example :
docmd.addrecord(john,1234street,5555555555)
or something like this.
Thanks
tblcontacts:
[name]is text [address]is text [phone]is number
Is there a command I can use in insert value into the recordset.
for example :
docmd.addrecord(john,1234street,5555555555)
or something like this.
Thanks