Recent content by novtalath

  1. novtalath

    disable shift key at startup!

    Good stuff man. Thanks for that example :) Thanks button used :D Edit: Now when I look at it longer it is too simple to find the solution by yourself ;) Edit 2: Just one remark I have to make. For me for some reason it didn't work at first (I love to use Option Explicit) so after quick...
  2. novtalath

    disable shift key at startup!

    @Nigel - yes. But where did you place the code for that check. Isn't the shift key to bypass ALL THE CODE? I have followed your way of thinking as I think it is quite good solution to add extra security but even without that 'check file' it still allows bypass :/
  3. novtalath

    Bookmarks.exists always return false

    I guess I'm trying to be too smart for it :o Good idea. After all, it is printed anyways, and no one will see bookmark :)
  4. novtalath

    Bookmarks.exists always return false

    Also - If I understand ms support pages if range (selection) is not defined it selects a whole document as default. But... I may be wrong - after all my langauge is polish not english.
  5. novtalath

    Bookmarks.exists always return false

    Heh... pages and helpfiles. Im not completly daft. I do combine code but in a way it SHOULD work. On this particular occasion it does not. I may not be VB guru, but I'm not a complete idiot as well. It may be my fault NOT creating a selection but then again. How do you select whole document? And...
  6. novtalath

    Bookmarks.exists always return false

    Err... None? I took that off MS pages and there was nothing about making any selections. Also I have tried .ActiveDocument method returns error "This object doesn't support this method or property". I'm not too good if it is about coding (self learner) so it comes a bit harder to me. Most of my...
  7. novtalath

    Bookmarks.exists always return false

    Well, I have made advised changes, but it still didn't solve the problem. VB in Access can not find (or finds it but still don't give a damn) a bookmark/s in word and returns 'false'. It's starting to drive me crazy as by my understanding the code is right just it doesn't do what I'm asking it...
  8. novtalath

    Bookmarks.exists always return false

    Hi, I got that problem and I can't work my head around it. I have my MS Access database (MS Office 2k) linked with word documents (work as templates to be filled up with data from database). And before you say do it in report - I will say NO. Word has better word processing abilities (after...
  9. novtalath

    Get sum of all records

    Hi, I can't see it solved so I will give you an example here: DLookUp("[In Stock]","Inventory","[Manufacturer Part Number]=" & "Part001") This will lookup in database all records with 'Manufacturer Part Number' equal to 'Part001'. So best would be to either have a combobox with all possible...
  10. novtalath

    My date is messed up

    Maybe you should set up FORMAT in actual database and/or on them textboxes you enter date to a database. Just a thought. Would sort some of your troubles.
  11. novtalath

    Sorry, I don't actually work here

    I had a similar situation with mistake phone calls. We had a phone number that was almost the same as hotel in a nearby town. Difference was in one digit. Anyways, many times we had calls from people trying to book a hotel room or with some general questions. After being informed that this is a...
  12. novtalath

    What's the best/worst video game of all time?

    I have the same problem here...
  13. novtalath

    Cool Search Tool is great but...

    I'm glad to help mate. I wish I knew what is that ;)
  14. novtalath

    Cool Search Tool is great but...

    Luckyman13: after some great fun with creating my base and tweaking it into something really nice (I'm showing off now) I have managed to get to stage that I no longer use RecordsetClone just work on queries now. It seems much simpler and never failed me yet. But in your case - wouldn't it be...
  15. novtalath

    Cool Search Tool is great but...

    Mike: you are a star mate. Thank you very much!.
Top Bottom