Search results

  1. klsblues

    Include or exclude records with a Zero value field using a checkbox on a form.

    I have a query that lists products and prices and a form that I use to print Various product price lists. On a form, I select a product group and I can print off the current price list. For certain purposes I want to include zero value sell price (it highlights to me that i need to add the...
  2. 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...
  3. 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...
  4. 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