In Access 2000 I have a form with 2 fields, Quantity and Mass
A third unbound control "TotalMass" = Quantity * Mass.
Because Mass can be in various denominations, i.e Gram, Kg, Ton, I have a function that converts the mass to a standard unit (Kg) which I use in a query to provide the answer. I then use the Dlookup function as the Control Source for TotalMass.
It works well but I am worried that the database will become slow once the number of records increases. Is there a more efficient method?
A third unbound control "TotalMass" = Quantity * Mass.
Because Mass can be in various denominations, i.e Gram, Kg, Ton, I have a function that converts the mass to a standard unit (Kg) which I use in a query to provide the answer. I then use the Dlookup function as the Control Source for TotalMass.
It works well but I am worried that the database will become slow once the number of records increases. Is there a more efficient method?