Hi everyone. It's been several years now since I've used Access and I've forgotten almost everything I used to know about database design. I'm trying to create a very simple database to track some statistics and I've run into a block that I hope is simple for most of you.
I have a table (Select query actually) with 4 fields. Field 1 is just an id, Field 2 is an integer, Field 3 is an integer and Field 4 is a percent value.
I want to create a query with 4 fields. The 3 fields from the table and a 4th that = Field4 if Field2 > Field3. Otherwise the 4th value should be 0 if Field3 >= Field2.
Maq
<insert witty signature here>
I have a table (Select query actually) with 4 fields. Field 1 is just an id, Field 2 is an integer, Field 3 is an integer and Field 4 is a percent value.
I want to create a query with 4 fields. The 3 fields from the table and a 4th that = Field4 if Field2 > Field3. Otherwise the 4th value should be 0 if Field3 >= Field2.
Maq
<insert witty signature here>