Hi,
I have a query that I want to read a column of data in a listbox. The bound column is already set for something else so I need to select the column to read. I have
Forms![frm_PMA_Export]![ATMT_lst1].[Column](4)
but I get the error Underfined Function in expression.
Is it not possible to do this?
Thanks
I have a query that I want to read a column of data in a listbox. The bound column is already set for something else so I need to select the column to read. I have
Forms![frm_PMA_Export]![ATMT_lst1].[Column](4)
but I get the error Underfined Function in expression.
Is it not possible to do this?
Thanks