i would like to use @dblookup(ODBC) to access values from AS/400. I already created a data source and I also have a username and password that connects to the AS/400.
What is the formula of @dblookup (ODBC) if i want to access a table that is inside a directory/library? below is the details:
datasoure=MA
username=user
password=pword
table=employee/department where employee is the direcorty/library and the department is the table;
column=empno
key column=lname
key= the value of a the field lastname (inpute field.
thanks in advance