I have a text field on a Form, which is linked with table.
If i input some value in the text field, how would i update the table with the inputted value - without closing the form ?
I have tried using Me.Requery but it dosn't append the new value to the old ones but replaces the old value.
Any help?
If i input some value in the text field, how would i update the table with the inputted value - without closing the form ?
I have tried using Me.Requery but it dosn't append the new value to the old ones but replaces the old value.
Any help?
Comment