SeadnaS
Programmer
- May 30, 2011
- 214
I'm getting this error with this code:
CurrentDb.Execute "INSERT INTO CHILD (Range) VALUES ('" & [RANGETXT].Value & "')"
I'm trying to write data to a field on my table "CHILD" is there something wrong with this code?
Thanks,
CurrentDb.Execute "INSERT INTO CHILD (Range) VALUES ('" & [RANGETXT].Value & "')"
I'm trying to write data to a field on my table "CHILD" is there something wrong with this code?
Thanks,