开发者

DAO method - rs.update with an option group [closed]

开发者 https://www.devze.com 2023-01-08 13:10 出处:网络
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?


you should use rs.update with rs.requery

0

精彩评论

暂无评论...
验证码 换一张
取 消