Hello,
sometimes I have forms in which the underlying query can be very big, i.e. hundred thousands of records. Forms are designed as split forms with some filters in the header and the records as datasheet in the main body. I want to avoid a long delay when the form is opened so I open the form with empty recordsource and when the user select some filters then an SQL query is built programmatically and the recordsource is populated, thus showing only few records with a good speed.
My issue is this: when the form opens the first time the recordsource property is empty is it possible to avoid the "New?" writing that appears in every field?
Another question: I like this design of split forms, but I heard many bad stories about split forms. Anything really wrong in using them extensively?
thanks in advance
Andy
sometimes I have forms in which the underlying query can be very big, i.e. hundred thousands of records. Forms are designed as split forms with some filters in the header and the records as datasheet in the main body. I want to avoid a long delay when the form is opened so I open the form with empty recordsource and when the user select some filters then an SQL query is built programmatically and the recordsource is populated, thus showing only few records with a good speed.
My issue is this: when the form opens the first time the recordsource property is empty is it possible to avoid the "New?" writing that appears in every field?
Another question: I like this design of split forms, but I heard many bad stories about split forms. Anything really wrong in using them extensively?
thanks in advance
Andy