PreacherUK
Technical User
Just wondered if there was a way to do something like the following (Which is possible in MS Access):
FieldnameAlias: if([Fieldname]<0,0)
Which would produce a 0 for any value under 0.
Is the way to accomplish this to priduce a copy of the data and run an update statement against it?
Cheers
FieldnameAlias: if([Fieldname]<0,0)
Which would produce a 0 for any value under 0.
Is the way to accomplish this to priduce a copy of the data and run an update statement against it?
Cheers