Search results

  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
  16. K

    2 Subforms.. One Command... One Answer?

    Hiya, I have a form that uses two subforms. The first subform allows users to enter timecard details and the other subform shows all the hours worked. I have a refresh button on the form so that when users click the button the timecard details from subform one are automatically shown on subform...
  17. K

    Current

    The user will enter a date worked and i want my subform to update and only show dates for week ending... it would also be nice to have this date shown on the top of the page.
  18. K

    Putting access on server or pages

    Hiya, I want to put my access database on a server, what is the best way of doing this. Is it better for everyone to load access up and access the database that way or should I produce pages i.e. the web page option in access. Other users will access the db and i want to reduce errors. Cheers...
  19. K

    On Load

    I need my menu form to load automatically (pop up) when you load up the database... i.e exactly like it does with the switchboard in the templates for access. Cheers, Andy
  20. K

    Current

    I need a query so that only date in the current week ending are shown i.e. so that the query automatically updates every week to show the latest data for the week ending. Cheers, Andy
Back
Top Bottom