How do I use/install the UDF's. What functions are there? I am looking for a numeric division for V7
Hi.
Division is built in, simply use / and you will get the answer you're looking for.
eg: select <num_field> / 1.5 from <table>
Regards,
Ian Macintosh
I see sourceforge assumes the 'angle brackets' are html. Makes the above difficult to read.
try: select [num_field] / 1.5 from [table]
Ian Macintosh.
Log in to post a comment.
How do I use/install the UDF's. What functions are there? I am looking for a numeric division for V7
Hi.
Division is built in, simply use / and you will get the answer you're looking for.
eg: select <num_field> / 1.5 from <table>
Regards,
Ian Macintosh
I see sourceforge assumes the 'angle brackets' are html. Makes the above difficult to read.
try: select [num_field] / 1.5 from [table]
Regards,
Ian Macintosh.