R
ryguy7272
I have a Form with a TextBox named ‘SIM_Comments’.
I am trying to get a TextBox to show a value in a table, and it works firm
with this:
=DLookUp("[SIM_Comments]","[PatientTable]","[MR] = " & [MR])
The only thing is that I can’t seem to make any updates to the Table. I
would like to see the ‘comments’ in the Table, but also add to the comments,
if I have to make an update. How can I read from the Table and write to the
Table as well? It is just a matter of changing one of the Properties? I
looked around but didn't find a solution anywhere. Please help.
Thanks,
Ryan---
I am trying to get a TextBox to show a value in a table, and it works firm
with this:
=DLookUp("[SIM_Comments]","[PatientTable]","[MR] = " & [MR])
The only thing is that I can’t seem to make any updates to the Table. I
would like to see the ‘comments’ in the Table, but also add to the comments,
if I have to make an update. How can I read from the Table and write to the
Table as well? It is just a matter of changing one of the Properties? I
looked around but didn't find a solution anywhere. Please help.
Thanks,
Ryan---