It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am using rs.update to change some values. something like
rs("SomeField") = frmSomeOptionGroup.value
where I want the actual option value to be stored in the table. However, this just simply seems to return true or false values to the table instead of 0-2.
What 开发者_开发百科should I do to make this concept work?
The concept should work. Can you set a breakpoint and check the value of the option group?
精彩评论