From: Scott W. <swa...@my...> - 2003-03-19 14:29:43
|
On Wed, 19 Mar 2003, Brian Clark wrote: > Use it all the time for personal and home stuff. Fast, easy to use and not > tied to a PC every time you need to make a database change (very, useful!) > > If I could use LINKED fields in calculations my world would be complete - > but hey it is free and I'm grateful! > Well you can't get do everything with Linked fields yet, but if they are integers in the source database, you can use the (int) operator to effectively change them from the strings back into integers. This lets you do some math with linked fields. Perhaps I will try to add some more casting operators for the next version. -Scott |