Hi,
I have two questions
1. Is there any way to set the min width of columns using a default. I have a grid with 200 columns and need to set the width to all but one of them to 120. I can do this with a FOR NEXT using ColMinWidth but it is very slow to open the form.
2. I am using Access 2010 and have set up a RowDynamicFormatting event according to the sample in the help screen. I have also set up a click event and a double click and they work perfectly well, but the RowDynamicFormatting will not compile. There is no error in the code, in fact it's just an empty event using the sample code assigned to a particular grid, but the compiler returns "Procedure declaration does not match description of event or procedure having same name"
Any ideas, as I'd really like to format the back colors of rows depending on a specific criteria and using the cell colors is too inefficient.
Thanks,