Recent content by taranto

  1. T

    Show data between dates for a selected date

    All thanks for looking, I suddenly had a Eurika moment and have solved it Cheers
  2. T

    Show data between dates for a selected date

    Hi I think my question is similar to those previously asked, but differs as it does not contain 2 selection dates in the selection field, but only 1. I have a form for when a person is on duty- so it has name, dateon and dateoff. Each day at 23:59 a daily report is produced which amongst...
  3. T

    Filter a Query between Two Dates

    Hi I think my question is the same as above, but I am looking for help. I have a form for when a person is on duty- so it has name, dateon and dateoff. Each day at 23:59 a daily report is produced which amongst other things that have happened during the past 24 hours, shows the person on...
  4. T

    Performing a spell check on the contents of a userform field (EXCEL)

    Re: Performing a spell check on the contents of a userform field Thanks for your time David, I couldn't see the wood for the trees !
  5. T

    Performing a spell check on the contents of a userform field (EXCEL)

    Re: Performing a spell check on the contents of a userform field I really love this spell check feature and have introduced it sucessfully using the code shown earlier in this thread. Thanks for that. The only thing is that if I use lower case in the text field or an upper case as the first...
  6. T

    Selection sub reports

    Absolutely brilliant, works a dream Thanks for all your help and patience
  7. T

    Selection sub reports

    Thanks for that . I had wrongly assumed that the "me" was referring to my Db name. The code was written in the main form properties under the "Event" "On open" which automatically has inserted : Option Compare Database Private Sub Report_Open(Cancel As Integer) End Sub before I type in...
  8. T

    Selection sub reports

    Many thanks, I feel that I am on the way now. I have shown below just 3 lines for subreports as an example (as you say there are a lot). The name of my Db is "PoS Db". I am still getting a compile error "Expected end of statement". Can you see what my error is please ? Thanks Option Compare...
  9. T

    Selection sub reports

    I'm sorry for the long delay in responding. I do still have this question and have attached a screen shot for clarification. The shot shows a daily report which is made up of sub reports. Some days I don't want all the subs included and so have to go down the list and change visible from yes...
  10. T

    Selection sub reports

    As an example I have a table for: 2 hourly weather observations, 6 hourly weather forecasts, daily incidents, diving operations and dredging operations. A query is run on each of these tables daily to produce a "daily report" which is made up of all the above reports as subreports. I also have...
  11. T

    Selection sub reports

    I have numerous reports that are created from seperate queries all of which are filtered on "between dates". I want to have a master report that on some occaisions will contain some of these reports as subreports and on others a different combination of subreports. Can I somehow create a...
Back
Top Bottom