K
KCi
Hi All~
I have a database at work (which i did not create, i just inherited), that
needs to be able to print letters based on a language indicator. i have the
indicator added to the table it prints the letters from the day so the query
limits to todays date. but if i do something like
if indicator = true then print in language a
else
print in language b
once either condition is met all print in either language a or b, how do i
make it test that condition for each record?
I have a database at work (which i did not create, i just inherited), that
needs to be able to print letters based on a language indicator. i have the
indicator added to the table it prints the letters from the day so the query
limits to todays date. but if i do something like
if indicator = true then print in language a
else
print in language b
once either condition is met all print in either language a or b, how do i
make it test that condition for each record?