Search results

  1. D

    Help in having a word doc autofill on opening from access

    I think The word doc needs to be saved as a template but haven't worked with word automation in years.
  2. D

    Solved Display diff columns based on option group

    Hi @gemma-the-husky I have a form see below that I change columns in which is under test as an ACCDE you are correct the changes do not persist after the objects been closed. Edit: I'll check to see how I close it
  3. D

    Solved Add Barcode To Access Report

    There is code on the forum to work with a number of barcodes use the search feature you'll see quite a few results
  4. D

    Button

    Try Me.cboField3=Null Depending on how you are displayng your output and how you are storing the result if a list box you could just do something lke Me.Listbox =Null We would need more details as to how the data is displayed I.E. Temp Table, Query
  5. D

    New Member- HI!

    Hi cat welcome aboard
  6. D

    What program do you think is your best work

    All my programs are freeware the only limit is they require membership to download from my site.
  7. D

    What program do you think is your best work

    I've updated the code so it will only create a play record 30 seconds before the end of the track, this was very simple to do don't know why I didn't think of it before.
  8. D

    To introduce myself as a new member here

    Hi Frank welcome aboard
  9. D

    Align Visible Buttons on Menu Form

    I moved a button in my last program because it didn't look right so I moved it when conditions were met the display did look much better for it.
  10. D

    Align Visible Buttons on Menu Form

    You could disable them instead of hiding them, the other way would be a bit harder you could rearange the buttons with code.
  11. D

    What program do you think is your best work

    One thing I'm thinking of doing is only add a play for a track if it has been playing for more than xx seconds at the moment it just adds it which is a lot simpler?
  12. D

    What program do you think is your best work

    Thanks It's been playing tracks like mad the played list is at about 1500 think I have caught all the errors just tweeking now and checking for missed items like 2 popup edit screens somebody forgot to add "That's when the bit below my name comes into play lol"
  13. D

    KVM advice

    Just liked @NauticalGent post so I get upates as interested in out come
  14. D

    What program do you think is your best work

    @Isaac one day companies might learn to listern to the right people, I wouldn't lik to calculate how much not listerning has cost companies. I'm not allowed near a computer at my works And I know I could save them more than thay could imagine.
  15. D

    Loving My Mrs At The Moment

    When I had more than one monitor It was like 12-15 years ago but would be interested in what you finally choose.
  16. D

    What program do you think is your best work

    Sounds like a very useful tool I've always injoyed reading about things you were doing before I was even out of school, A program that has been going longer than I've been working with access thats really cool (y)
  17. D

    What program do you think is your best work

    That sounds like a labour of love shame some companies haven't the vision to see past there own ego's
  18. D

    FileSystemObject error when the file names has special letters

    Now I think Of it Onedrive had an issue with a folder name created buy my program the only thing I could see was a character that my program didn't have in it's replace list, it had to change it for an _
  19. D

    FileSystemObject error when the file names has special letters

    Thanks @MajP didn't know that
Back
Top Bottom