Re: Automatic Mathmatical Computation

2001-10-24 Thread can
> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, October 25, 2001 4:33 AM Subject: Re: Automatic Mathmatical Computation > Yes, you can do: > > update whatever set C=A*B+3 where whatever > > On Wednesday 24 October 2001 07:11 pm, [EMAIL PROTECTED] wrote:

RE: Automatic Mathmatical Computation

2001-10-24 Thread Paul DuBois
At 23:11 + 10/24/01, [EMAIL PROTECTED] wrote: >Hello, > >I am wondering if there is a way to make automatic computations into >a particular column, for instance: > >Table ONE has column's A, B and C. > >When I post data to A and B, can I have C automatically calculate A >/ B and post that an

Re: Automatic Mathmatical Computation

2001-10-24 Thread Kodrik
Yes, you can do: update whatever set C=A*B+3 where whatever On Wednesday 24 October 2001 07:11 pm, [EMAIL PROTECTED] wrote: > Hello, > > I am wondering if there is a way to make automatic computations into a > particular column, for instance: > > Table ONE has column's A, B and C. > > When I pos

RE: Automatic Mathmatical Computation

2001-10-24 Thread david
Hello, I am wondering if there is a way to make automatic computations into a particular column, for instance: Table ONE has column's A, B and C. When I post data to A and B, can I have C automatically calculate A / B and post that answer onto column C? Again, I want this to happen aut