Hi all,
I am hoping somebody could attempt to clarify something for me
I am trying to open a form with a specific recordset using a command button. I can accomplish this with DoCmd.OpenForm and specify a Where clause for the record source.
Two things are bugging me though. First, records still come up as 'filtered' in the form, and the 'filter' attribute of the form has the Where clause displayed in design view. Does this mean that all of the records in the form's table were selected but subsequently filtered? Or just the indexes of the entire table and the data of the matching records? Or just the data of the matching records?
Second, the acLast attribute still reflects the highest record number in the form's associated table. This contributes to my thinking that OpenForm might be fetching every record in the table.
Sorry if this is an obvious question, I've dug through the Access 2000 Complete Reference and Google'd for answers without much luck. Thanks
I am hoping somebody could attempt to clarify something for me
I am trying to open a form with a specific recordset using a command button. I can accomplish this with DoCmd.OpenForm and specify a Where clause for the record source.
Two things are bugging me though. First, records still come up as 'filtered' in the form, and the 'filter' attribute of the form has the Where clause displayed in design view. Does this mean that all of the records in the form's table were selected but subsequently filtered? Or just the indexes of the entire table and the data of the matching records? Or just the data of the matching records?
Second, the acLast attribute still reflects the highest record number in the form's associated table. This contributes to my thinking that OpenForm might be fetching every record in the table.
Sorry if this is an obvious question, I've dug through the Access 2000 Complete Reference and Google'd for answers without much luck. Thanks