A
Andriy O. Beregovenko
HI
I have a table named as "optable", like this:
+--------+--------+
| option | value |
+--------+--------+
| opt1 | 1 |
| opt2 | 0 |
+--------+--------+
Plz, write a example code howto change data in table using VBA. Main trouble
is in to read data from table using SQL-query. VBA code is a standart event
for the button click
I have a table named as "optable", like this:
+--------+--------+
| option | value |
+--------+--------+
| opt1 | 1 |
| opt2 | 0 |
+--------+--------+
Plz, write a example code howto change data in table using VBA. Main trouble
is in to read data from table using SQL-query. VBA code is a standart event
for the button click