Search results

  1. klsblues

    Solved WHERE on Allen Browne's ConcatRelated module issue.

    Hi everyone, I have hit a brick wall I am going round in circles trying to figure out the correct WHERE part of the Concatenation module from Allen Browne. I need to Concatenate the Qualifications for each candidate, but the query is returning all Qualifications against each candidate. So for...
  2. klsblues

    Solved Schedule grid

    Hi there, Is it possible to create a schedule grid like the attached picture? I haven’t started this yet, so I’m open to all ideas, but I was thinking along the lines of having an Employee table (with all the employee details in), a Schedule table (which would have date, start time and end...
  3. klsblues

    Sub form and main form issue - totals on sub form and updating main form problem.

    I have a weird issue with a database I’ve written. I have a table called tblQuote which contains the Quote details (Header info) and a tblQuickQuote which contains the individual lines for each quote (The tables are linked by QuoteId in the tblQuote). I have a form with the main quote details...
Top Bottom