Recent content by kirky007

  1. K

    Hide first page

    Is it possible to hide the first page of report? Andy
  2. K

    Creating a report based on form filter

    Create your report from a query
  3. K

    Page Break.. Blank First Page

    I can only see it as possible if you keep the page break in same place and just hide first page of report... please prove me wrong and upload the previous version of the report. Does anyone know how to hide the first page of the report?
  4. K

    Page Break.. Blank First Page

    No all I want is for when there is a new week (sorted by week ending) for this data to go on the next page instead of the same page... as would happen if i delete the page break. It works fine with the page break where it is although the first page is blank and I want to hide this or get rid.
  5. K

    Page Break.. Blank First Page

    i don't follow... could you possibly upload a version of what you mean cheers, andy
  6. K

    Page Break.. Blank First Page

    it's there now...see previous message
  7. K

    Page Break.. Blank First Page

    Okay ive copied the basic structure of what i want: Basically i want to make sure that the week ending on the report is always at the top of the page. Enter a start date of 01/08/2005 and end date of 31/08/2005 to see what I mean.
  8. K

    Page Break.. Blank First Page

    No I have the page break in the right place... have experimeted repositioning it but then you don't get the week ending on a new page. I just need to hide the first page of the report. Any ideas?
  9. K

    Page Break.. Blank First Page

    I have a page break at the top of my report so that each week ending is on a new page... however this means that the first page is effectively blank due to the report footer... How do i get rid of the first page so that it is not displayed to user. Andy
  10. K

    Query linked to combo box... select all?

    Hiya, I currently have a query that looks up staff names and then if they click a staff name from the combo box on a form they are then able to preview a report showing their performance. I want the combo box to have the ability to be left blank or the option to select all so that I can preview...
  11. K

    different take on the date range question

    As everyone has helped me here is my effort... Create a form with two unbound objects or combo box... name one StartDate and the other EndDate. Create a query with the criteria something along the lines of... Between [Forms]![Name of form]![StartDate] And [Forms]![Name of form]![EndDate] Then...
  12. K

    Security Code

    Oh it was simple as that... i thought you had to sign all the macros. Cheers, Andy
  13. K

    Security Code

    How do you get rid of the security warning when loading my database.. it says that it might contain some code that can harm my computer. Cheers every1 Andy
  14. K

    Advanced refresh

    I only want my refresh button to work (called command42) to work if there is a value in the hoursworked cell which is in the subform (called timesheet1). Any ideas?
  15. K

    Current

    Yeh.. ive manipulated that formula a little and everything seems to work fine. Ta very much, Andy
Back
Top Bottom