Search results

  1. Y

    Conditional formatting

    Hi How do I implement conditional formatting at a report: If the field value is Not Done write it in red If the field value is Waiver write is in orange If the field value is Other write it in black etc Thanks Yael
  2. Y

    Adding event to a report

    Hi I played with it some more and found the answer :) Thanks and have a great weekend. Yael
  3. Y

    Adding event to a report

    Hi When I write "call MyProcedureName()" at the "On Open" field I receive a message that it is an unknown macro. Where should I put my procedure? I want it to run every time the report is opened. I wrote my procedure at the Modules section and save it at the Module1 (STANDARD MODULE), and it...
  4. Y

    Adding event to a report

    Hi I have a module I wrote. How can I add him as an event to the report? I want the module to run every time I open the report. Thanks Yael
  5. Y

    Sending a report by mail

    Sadly I did not...
  6. Y

    CONCATENATE in access

    Hi Can I activate the event from a report or do I have to create a form in order to run it?
  7. Y

    Sending a report by mail

    Hi My problem is the attached file, I need it to be open...
  8. Y

    Sending a report by mail

    I'm using office 2003...
  9. Y

    CONCATENATE in access

    Hi Ken It worked perfectly. Thanks
  10. Y

    Sending a report by mail

    Hi I have to send a report to many people. I have only the "sending as attachment option". I tried to extract the report to Word and send it from there, but then the line separators and the fields borders are erased from the formatting and the report becomes unreadable. Can you help with one of...
  11. Y

    CONCATENATE in access

    Hi I have a table that goes like that: #, Index, Text 1, 11111, aaaa 2, 11111, bbbb 3, 11111, gggg 4, 44444, tttt 5, 66666, kkkk 6, 66666, hhhh and I need this: 11111, aaaa bbbb gggg 44444, ttttt 66666, kkkk hhhh In other words I need CONCATENATE in access. Can you assist? Thanks Yael
Back
Top Bottom