My database setup is this. It pulls the part number, costs, price etc from our ERP and allow (via a form) to fill in the Bill of Materials for the particular part. All of the components are based off of combo boxes which are based on queries from the inventory master table. The form I designed works fine, after it opens. What I am trying to do is pull the cost for each component, and calculate the cost of the component (Qty * Cost). Then total up the cost of the part.
I have the calculations in a query. The work fine and calculate correctly. The problem is that It takes forever for the form to load and worse if I try to run the query with the calculations alone. I'm not talking about a few minutes, I'm talking 10 or 15 for it to initially run, if it runs at all.
Any suggestions on how to set this up to run faster, or at least fast enough that we can use it.