I have a combo box which has 4 columns. The bound column is col 1 but I need to refer to columns 3 and 4 in a query in order to use the values they contain as parameters. Cols 3 and 4 contain dates i.e. start and finish dates. I want the query to find records that have dates between the 2 dates in cols 3 and 4.
Is there a way of doing this? Thanks in advance.
Is there a way of doing this? Thanks in advance.