Hi,
I've created a simple form with 3 validation lists bound to 3 different fields in one table, a print button and an export button. This is backed up by some VBA to build the SQL strings WHERE clauses from the options the user chooses on the filtering form. The idea is to be able to export or print all the reports for e.g. admin staff or secretaries at one button press.
My problem is the filtering form does not work correctly and is deleteing or changing field values in the table instead of just displaying them in the form. I suspect this may be due to the form setup, but can't be sure. Does this method need a bound or unbound form? and how do the property values need to be setup?
I'm very new to Access but do have some experience coding in Excel VBA.
Any advice or pointers in the right direction would be much appreciated.
Kind regards,
Knifey
I've created a simple form with 3 validation lists bound to 3 different fields in one table, a print button and an export button. This is backed up by some VBA to build the SQL strings WHERE clauses from the options the user chooses on the filtering form. The idea is to be able to export or print all the reports for e.g. admin staff or secretaries at one button press.
My problem is the filtering form does not work correctly and is deleteing or changing field values in the table instead of just displaying them in the form. I suspect this may be due to the form setup, but can't be sure. Does this method need a bound or unbound form? and how do the property values need to be setup?
I'm very new to Access but do have some experience coding in Excel VBA.
Any advice or pointers in the right direction would be much appreciated.
Kind regards,
Knifey