Search results

  1. T

    only create a report from a recordset if some conditions are met - see example

    heh, thanks. figured it out. as you can guess I am extremely new to access. but been amazed with what you can do with it so far.
  2. T

    only create a report from a recordset if some conditions are met - see example

    Hi. I have created a report from a recordset that works well. Now what I want to do is only create pages if the record meets some specific criterior in a field. ie, say I have field called 'Colour', how would I create reports for only the records that have 'Black' as the value. thanks
  3. T

    convert string to object/method. see example

    i tried this, but realised you said it will only work on forms. the actual problem I have is the checkboxes are on an excel sheet, is there any thing that would work for this case?
  4. T

    convert string to object/method. see example

    thanks for the reply. will try that out.
  5. T

    convert string to object/method. see example

    I was wondering if there was some way of achieving this. Lets say I have 12 checkboxes named 'checkbox1' ..'checkbox12' I want to assign their value to an array say 'arr(1 to 12)' in stead of writing code for each one and assigning it to an array index, can I somehow do this: for i = 1 to 12...
  6. T

    changing the reference table in a report.

    Thanks, that was exactly what I was after.
  7. T

    changing the reference table in a report.

    Hello all. I am very new to access, wanting to get good with it as I am with excel. My problem is: I have created a report using the report wizard that gets the values from a specific table. Now if I have a second tabled with exactly the same fields how do I change the report to look at that...
Back
Top Bottom