I was reading on MSDN that one can use calculating expressions in ado/dataset designer ([price] * [stock], for example), but what about when it comes to more complicated expressions that use functions like datepart() or strings.right()? I noticed after research, these functions translate to sql server in almost the same capacity, but I am using an access BE, .net designer front end which is not liking any non-operator expression. What do you do if you need pieces of data from a query?
↧