I am trying to do a docmd.runsql to update a database with a few number and date/time fields, from info in VBA variables. I keep getting 'syntax error in statement'
All the text fields work OK, using
" txtfld = '" & txtvar & "'" etc, but what should I do with " numfld = " ???? or " datefld = " ????
Thanks,
JimmyRa
All the text fields work OK, using
" txtfld = '" & txtvar & "'" etc, but what should I do with " numfld = " ???? or " datefld = " ????
Thanks,
JimmyRa