I have imported a number of tables into my access db, and i'm now writing a program that needs to look up values from these tables.
for example,
iif(fac<[value in third column 5th row], 1, 0)
how do i look up the value using access?
for example,
iif(fac<[value in third column 5th row], 1, 0)
how do i look up the value using access?