I have the following code:
Set db = CurrentDb()
Set rec = Db.OpenRecordset("tblTracking')
rec.Addnew
When the last statement is executed I get the following message: "The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data."
Can somebody tell me what is this all about? Thank you for your help.
Rene.
Set db = CurrentDb()
Set rec = Db.OpenRecordset("tblTracking')
rec.Addnew
When the last statement is executed I get the following message: "The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data."
Can somebody tell me what is this all about? Thank you for your help.
Rene.