Hi everyone,
I was wondering if there is a way to do the following. I am writing a code where I am checking a condition if is true I want to be able to edit a table and change the value of couple of fields.
I am not very good in VB. So what I do is to move the calculated values into a text box fileds and hide them in the form and run an update query using those text boxes. But I am sure it got to be a better way.
I was wondering if there is a way to do the following. I am writing a code where I am checking a condition if is true I want to be able to edit a table and change the value of couple of fields.
I am not very good in VB. So what I do is to move the calculated values into a text box fileds and hide them in the form and run an update query using those text boxes. But I am sure it got to be a better way.