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...