F
Frank Martin
I am making a Statement form for customers owing money for various months.
I want to use the one query for the basis of the statement report.
For this I will have to use two parameters, one for the customer and one for
the month ( Format([InvoiceDate],"mmmyy")).
To avoid confusion I want only one combo box on the Statement form, so I
will need to use more than one column of this combo as parameters for the
underlying query of the FrmStatement
I know how to use one column using the "bound column", but how do I use two
columns as 'bound'?
Please help, Frank
I want to use the one query for the basis of the statement report.
For this I will have to use two parameters, one for the customer and one for
the month ( Format([InvoiceDate],"mmmyy")).
To avoid confusion I want only one combo box on the Statement form, so I
will need to use more than one column of this combo as parameters for the
underlying query of the FrmStatement
I know how to use one column using the "bound column", but how do I use two
columns as 'bound'?
Please help, Frank