Hi,
I have a question...
Is it possible to use the following command with the "between" operator:
DoCmd.RunSQL "UPDATE points SET my_avg = between 4,05 and 4,28"
I've tried put this in the form as a subclick but it doesn't work. Can I use operators in such commands? If not, what is the best way to update table so as to only records that contian values mentioned above were showed in the final result.
I'm going to create 4 such kind of commands, because I have got four ranges of values, each range is going to be placed under the separate button.
Thanks for any suggestion.
I have a question...
Is it possible to use the following command with the "between" operator:
DoCmd.RunSQL "UPDATE points SET my_avg = between 4,05 and 4,28"
I've tried put this in the form as a subclick but it doesn't work. Can I use operators in such commands? If not, what is the best way to update table so as to only records that contian values mentioned above were showed in the final result.
I'm going to create 4 such kind of commands, because I have got four ranges of values, each range is going to be placed under the separate button.
Thanks for any suggestion.