Ms-Access Query only allows 255 characters -


i running issue 1 of unbound textboxes. of users send out long comments in "comment" box , in database, shows 255 characters max. here query insert data database. txtcomment textbox trying change.

currentdb.execute _     "insert ipa_raw_data(date_ipa, auditor, area, operator, safely, lineclearance, ppe, verifydoc, gvi, compbefore, nonconf, procsteps, trained, points, comments) " & _     "values ('" & me.txt_date.value & "', '" & me!txt_name.value & "', '" & me!txt_area.value & "', '" & me!txt_operator.value & "', '" & me!cb_safe.value & "', '" & me!cb_lc.value & "', '" & me!cb_ppe.value & "', '" & me!cb_vdp.value & "', '" & me!cb_gvi.value & "', '" & me!cb_cbf.value & "', '" & me!cb_nc.value & "', '" & me!cb_prostep.value & "', '" & me!cb_trainproc.value & "', '" & me!txt_points.value & "', '" & me!txt_comment.value & "')"   btn_clear_click 

can me figuring out please? thanks!

i had data type saved "short text" rather "long text" works flawlessly!


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -