Search results

  1. catacaustic

    Problem with DISTINCT and GROUP BY clause

    Hello all. I've got the query: SELECT DISTINCT tblCustomer.Customer_id, tblCustomer.Customer_firstName, tblCustomer.Customer_lastName, tblTicketType.TicketType_subscriber FROM (tblCustomer INNER JOIN tblAttendance ON tblCustomer.Customer_id = tblAttendance.Customer_id) LEFT JOIN tblTicketType...
  2. catacaustic

    Problems with reading from & writing to a Word document

    Hi all, I seem to have had a very small "breakthrough" with another problem that has led me here. What I'm trying to do is somehow get a 12-page Word document to be almost "mail merged". There is only going to be one done at a time, so it's not a real lerge job. What I'm trying to do is read...
  3. catacaustic

    Is there any way to get around report size restrictions?

    Hi all. I've just been handed a new project here and it's all involving Access (which I have had very little exposure to in the past). The problem that I'm having is that the customer wants a new form put in as a "Bill Of Sale". Getting the values for this is no problem, but the bill of sale...
Back
Top Bottom