Search results

  1. I

    Query is very slow to save

    Ran into something with Access that is new to me. I have a DB with about 6 linked ODBC tables. I am writing a query that uses all of those tables and has about 10 result columns. Other than the table joins, the query is a fairly simple select query. My problem is that the query can take a...
  2. I

    Prevent gaps in Partition function results

    I am using the partition function to generate data that I then use for a histogram chart. I am summing the quantity of parts and grouping by part size. Pretty much everything works, except for missing ranges in the partition output. If I have no data records within a partition range, then...
Back
Top Bottom