S
Sharp
Hi
In Excel you can use formulas to generate data for a field.
Is it possible to simulate this in Access?
For example, consider the following table.
tbl_Foo
Field_One
12
234
23
65456
546
5
I want to add a new Field (Field_two) using SQL that will use the formula:
Field_Two = Field_one - 1
Expect this query output:
Field_One Field_Two
12 11
234 233
23 22
65456 65455
546 545
5 4
Any help appreciated
Cheers
Michael
In Excel you can use formulas to generate data for a field.
Is it possible to simulate this in Access?
For example, consider the following table.
tbl_Foo
Field_One
12
234
23
65456
546
5
I want to add a new Field (Field_two) using SQL that will use the formula:
Field_Two = Field_one - 1
Expect this query output:
Field_One Field_Two
12 11
234 233
23 22
65456 65455
546 545
5 4
Any help appreciated
Cheers
Michael