Hi,
This is what i want to do. I want to allow users to set up any query on all fields in two tables. I have never tried the QBF before. I have the sql code needed but am wondering if it will work for a total of 15 fields. Not all fields will be queried at once, maybe 3 criterias at a time.
Is this doable. I have started on it, it is a BUNCH of code. I dont want to invest a lot of time in this if it is not doable. The client needs this asap.
also, in this code that i have seen for QBF they dont have the table name before the field name. I am wondering if this code would be correct:
where = where & " and [tblInput].[parcelno] = ' " + Me![parcelno]
I need to specify which table the field is coming from.
Thanks = )
Raven
This is what i want to do. I want to allow users to set up any query on all fields in two tables. I have never tried the QBF before. I have the sql code needed but am wondering if it will work for a total of 15 fields. Not all fields will be queried at once, maybe 3 criterias at a time.
Is this doable. I have started on it, it is a BUNCH of code. I dont want to invest a lot of time in this if it is not doable. The client needs this asap.
also, in this code that i have seen for QBF they dont have the table name before the field name. I am wondering if this code would be correct:
where = where & " and [tblInput].[parcelno] = ' " + Me![parcelno]
I need to specify which table the field is coming from.
Thanks = )
Raven