to search for values using coding, we can use dlookup to find the values we need, like:
x=dlookup("fieldname","tablename","criteria=y")
so there we get the value for x.
how can I use SQL to get the value of x in a table?
thanks.
x=dlookup("fieldname","tablename","criteria=y")
so there we get the value for x.
how can I use SQL to get the value of x in a table?
thanks.