Hey guys,
I was excited to recently discover how to connect Microsoft Access directly to our DB2 mainframe data. This has opened up some new possibilities for our users.
I want to design user friendly queries for our accounting people who are not so tech savvy. I discovered that I can create an Access query that will prompt for information like a SSN and then retrieve that record.
I want to take things further. Like they enter the SSN and the query comes back and tells them if they have payments in the current year or not. In SQL, it would be something like a CASE statement.
Is there any kind of conditional type logic that I can do with Access? Any suggestions would be appreciated. Thanks!
I was excited to recently discover how to connect Microsoft Access directly to our DB2 mainframe data. This has opened up some new possibilities for our users.
I want to design user friendly queries for our accounting people who are not so tech savvy. I discovered that I can create an Access query that will prompt for information like a SSN and then retrieve that record.
I want to take things further. Like they enter the SSN and the query comes back and tells them if they have payments in the current year or not. In SQL, it would be something like a CASE statement.
Is there any kind of conditional type logic that I can do with Access? Any suggestions would be appreciated. Thanks!