Hi all,
I have read as much as I could and I am still confused, so I am turning to the experts of this board.
I have a form [frm_cst] that is populated by a query [qry_cst]. Record selection is made by the user through a combobox [cmb_cst] with a RowSource [qry_cmb_cst] with the [ccan] field. All very straight forward.
What I would like to understand is the loading order.
When the form [frm_cst] is opened, the query qry_cst is executed and loads in memory all the records of the query and the 1st record shows on the form, then the user selects the record with the combobox [cmb_cst] and the proper record shows up.
Would it be better and much faster that the form [crm_cst]loads, THEN the user selects the record with [cmb_cst] THEN the query [qry_cst] is executed with the [CCAN] selected in the combobox and displays the proper record?
Am I missing something here?
If I did not say it before, I really appreciate the time and expertise of the users on this forum.
I have read as much as I could and I am still confused, so I am turning to the experts of this board.
I have a form [frm_cst] that is populated by a query [qry_cst]. Record selection is made by the user through a combobox [cmb_cst] with a RowSource [qry_cmb_cst] with the [ccan] field. All very straight forward.
What I would like to understand is the loading order.
When the form [frm_cst] is opened, the query qry_cst is executed and loads in memory all the records of the query and the 1st record shows on the form, then the user selects the record with the combobox [cmb_cst] and the proper record shows up.
Would it be better and much faster that the form [crm_cst]loads, THEN the user selects the record with [cmb_cst] THEN the query [qry_cst] is executed with the [CCAN] selected in the combobox and displays the proper record?
Am I missing something here?
If I did not say it before, I really appreciate the time and expertise of the users on this forum.