Hi,

How can I put a value inside the table "ASHER" row1 column10 in the MS access using VBA codes. And also how can I recall the value inside the table "ASHER" row1 column10.

What I want to do is like this:


If a> 10 then
' put value text - "DAVID" in table "ASHER" row1 column10
End if

ANd for recalling/referring what value inside the table "ASHER" row1 column10 then I will just simply close the form or whatever.

Thanks