Search results

  1. D

    Allocating payments to line items

    I've got what I think is a fairly standard order/invoice system in db I look after for a children's club. This club has a term based fee for membership, and each term an order is generated for each parent containing the fee for each of the children they have attending. In the db this populates a...
  2. D

    Select difference in field value "A" when grouped by field value "B"

    Difficult to come up with a title that makes sense for this one. I'm sure there is an obvious and simple solution to this query, but it's evading my tiny brain... This query is part of some error trapping of a more complicated piece, but essentially what I am trying to get to is to identify...
  3. D

    Referencing an unbound form control in a continuous form using recordsetclone

    I've got a continuous form that has three unbound textboxes, named "linked_swimmer1", "linked_swimmer2" and "linked_swimmer3" on. The form is a list of contact names and I am looking to display the people these contacts are linked to and but only show the unbound textboxes where there are...
  4. D

    Solved Counting multiple checkboxes

    Hi I have a table that has a (text) name field and five checkbox fields in it (representing days of the week Mon-Fri), which is part of a class booking system where people can pick which day(s) they want to attend. I need a way of counting the number of checkboxes each record has ticked in two...
Top Bottom