Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: MrM121
  • Order by date
  1. MrM121

    Advanced Data Validation question in Excel/VBA

    xlbo, Your's is a fantastic solution as well - I am torn between which one to use. Thank you. PS - I just need to find a way to programatically add buttons at runtime on a spreadsheet now. Cheers
  2. MrM121

    Advanced Data Validation question in Excel/VBA

    byundt, Thank you very much - it worked like a dream - I can't believe I didn't think of trying it to be honest - I feel a bit silly now. Once again, thank you. Nick Meacoe
  3. MrM121

    Advanced Data Validation question in Excel/VBA

    Hi Everyone, Got a bit of a problem and I have been racking my brains out over it! Essentially the problem is this: I want to be able to create validation drop-down boxes dynamically, say for instance, when a commandbutton is pressed. Code is: With Range("E2").Validation .Add...
  4. MrM121

    Container/Control required for text and graphics

    Please, can anyone help with this? Can anyone suggest a control to be used, and preferably explaining basically how to use it? Thank you, Nick
  5. MrM121

    Container/Control required for text and graphics

    Is it possible to edit things in a web browser control? That was something I considered, but was unsure. Nick
  6. MrM121

    Container/Control required for text and graphics

    Something like the design view mode of MS Frontpage would be ideal, I think. Nick
  7. MrM121

    Container/Control required for text and graphics

    Hi everyone, This is a related question to one I proposed last week. This time, I need to ask if anyone knows of a suitable container/control which will allow me to save both text and graphics. I know that a Rich Text Format control will do it, but that saves it in RTF format, which, with...
  8. MrM121

    Date question

    Cheers for that, I'll give it a crack and see what I come up with. That code seems fine, but I was just hoping that Access wouldn't try and be so 'clever'. Nick
  9. MrM121

    Date question

    Thank you, I still don't really know how to correct the problem, without creating a custom control/ validation routine. I don't know what I was thinking about with January instead of December - my bad. Nick
  10. MrM121

    Date question

    Here's an interesting question. I have set up a date field (ordinary, bog standard date) and used the format dd/mm/yy to store it. Here is the problem. A normal date, say 12 January, 2004, would be entered as such 12/12/04 - fair enough. However, lets say when the user is typing in the...
  11. MrM121

    Problem/Solution Database - any ideas

    That's just it, I don't want them to have to open up any dialog file, as that means having to save the image. What I want them to do is to simply be able to hit the print screen button, and paste the image - it is for non-technical users as much as myself. Nick
  12. MrM121

    Problem/Solution Database - any ideas

    As I said, I really didn't know what I was doing with the Word Oject library, and so I didn't really go into it too deeply. I am not sure how to then save the data as HTML code, or whatever to preserve the formatting, and I have no idea how to then pluck the images and save them as files in a...
  13. MrM121

    Problem/Solution Database - any ideas

    Harleyquinn, I was thinking the exact same thing last night, and I even tried playing around with the Microsoft Word control last night. I don't really know how to use it properly though, and I could only edit the document when double-clicking, which isn't too much of a problem. The main...
  14. MrM121

    Problem/Solution Database - any ideas

    You see, that is what I was thinking, but my problem is that the users, not just myself, will also need to be able to create/append records, hence the reason I would have liked for them to be able to type in themselves, and paste images into the file. Basically, what would be good is if it...
  15. MrM121

    Problem/Solution Database - any ideas

    I think that storing the images seperately on the file server is the way to go, but the problem is now the generation of the HTML code, and what to put the output into, as I want it to be within the program. Then, on top of that, I want the user to just see a nice HTML format kind of...
  16. MrM121

    Problem/Solution Database - any ideas

    Right, well the database I am considering using is SQL Server, maybe Oracle, but I don't know much about it. I was considering adding the the pictures into the database by using the BLOB method, or the other one, but I wasn't really too sure, as this would bloat the database considerably. I...
  17. MrM121

    Problem/Solution Database - any ideas

    Hi everyone, Here is a question that I want to throw out to people, as currently, I don't have a clue as to how to do about it. Ok, basically what I want to be able to do is to have a database that I can store problems, and there possible solutions - sounds simple enough - I have even...
  18. MrM121

    SHBrowseForFolder Help

    Hi, I am trying to use one of the code samples for the above shell function. It works fine...almost. I kind of understand how to use the flags to create certain things, such as the BIF_NEWDIALOGSTYLE flag for a "Make Folder" button. However, I want to use two flags "BIF_NEWDIALOGSTYLE +...
  19. MrM121

    SHBrowseForFolder help

    Hi, I am trying to use one of the code samples for the above shell function. It works fine...almost. I kind of understand how to use the flags to create certain things, such as the BIF_NEWDIALOGSTYLE flag for a "Make Folder" button. However, I want to use two flags "BIF_NEWDIALOGSTYLE +...
  20. MrM121

    multiple users and a unique ID field

    Hi, I found MichaelRed's entry, and that is pretty extensive. As it will only be used by at most 3 people, I have decided on a different work around, but similar to another to what you have suggested. Basically, this involves one line of code (the same as for the default value of the...

Part and Inventory Search

Back
Top