Hi Steve,
I expect a lot of data in the database and worried that the dlookup method will not work.
I'm trying a different method. I converted your query to "make a table" query and use that table as the row source for the form. However, I'm worried since the table will be constantly deleted and recreated each time the query is executed the relationship to other tables will be impossible to establish.
I'm not sure how this will work if the form is a subform that is liked to another table (e,g, tblSamples). Do I need to establish the relationship programmatically between the main form and the subform (bound to "make a table" query table). What do you think?
Thanks,
Mila
I expect a lot of data in the database and worried that the dlookup method will not work.
I'm trying a different method. I converted your query to "make a table" query and use that table as the row source for the form. However, I'm worried since the table will be constantly deleted and recreated each time the query is executed the relationship to other tables will be impossible to establish.
I'm not sure how this will work if the form is a subform that is liked to another table (e,g, tblSamples). Do I need to establish the relationship programmatically between the main form and the subform (bound to "make a table" query table). What do you think?
Thanks,
Mila