Search results

  1. N

    best way to make 'sub tables'

    Hi guys, I have a db to record my car transactions and depending on the choosen transaction I have diferents fields and diferents ways to record it. If I choose transaction = Mantenance then I have to fill the fields - type of mantenance (breaks, oils, etc) - amount and for 1 mantenance...
  2. N

    Total of month's total

    Hi guys, I have a reported grouped by month, I show every record for a month then in the end I have the total for that month, this part works fine. Now what I want is the total of all months, but When I try this I have an error, I put this in page footer: Put a text box and control source =...
  3. N

    group by and sort problem

    Hi guys, i have a table where I can get the record with most recent date (not the most recent record) for each user on that table, so first I made a query to sort by date then I made a query based on the date sorted query to group by user and pick the last value, but the last value is always...
Back
Top Bottom