Search results

  1. supercharge

    highlight a row in a table -automated using macro

    Mission Impossible! there's no way that can be accomplished, not as I know of. You might want to consider using a listbox or form and mimic them to look as a table.
  2. supercharge

    Un-answered posts only -

    See how many steps you need to do to get to the list, Kodo? How about just one click?
  3. supercharge

    Counting Hits

    How do you want it accomplished, via a query, form, vba.....?
  4. supercharge

    Un-answered posts only -

    Hi all, I've noticed recently that there have been many new users who started answering other questions and problems. That's good! I also remember seeing from a website (Help.com, maybe? don't remember) where on the front page of the forum, it had a list of un-answered posts or at least a...
  5. supercharge

    Write game Trainers

    Most or all trainers do not work when playing online. Of course, they're for Single Player campaigns only. Myself, never played a game online, not even tried. Those who do, gotta have a lot of time, probably not working or so. With trainers, the main thing I look for is the ability to speed...
  6. supercharge

    Write game Trainers

    Trainers Whew, finally, a response. A trainer modifies your profile's "stats" (i.e. resources, lives, money, ammo...) in realtime while playing. It's a way to cheat your games. As you may have known, games when playing, store your "stats" in memory locations. The way it works is that when...
  7. supercharge

    scrolling down a form

    Mouse wheel scroll Go Here: http://www.access-programmers.co.uk/forums/showthread.php?t=38389
  8. supercharge

    Write game Trainers

    Has anyone here ever written a trainer for a game? I just tried it myself but unsuccessful. I just got a new great game, DOW Winter Assault and 've been looking for a trainer all over the web. Because it's new (released in Sept 05, I believe), there hasn't been a trainer for it. That...
  9. supercharge

    Copying Controls from FORM to a REPORT?

    I'm afraid that you'll have to store your signature in the table as "picture" in order to show it on your report. Doing that requires you to modify your table and form's design. That seems to be the only way to accomplish what you want to do except there's a way to convert from a memo format...
  10. supercharge

    Pop Up Form Question

    Sample See attached, a simple sample created just for you. It uses DLookup and Msgbox to display the message.
  11. supercharge

    Get combo box values into string array

    I'm still in a cloud, don't understand your "options...1-x...". Sorry for my stupidity.
  12. supercharge

    Inputting data Text box to several tables

    You might want to store those textboxes values as global variables then run some update SQL statements (or insert or append, whatever appropriate) to add them to as many tables as you'd like.
  13. supercharge

    Summations withing a form

    So I'm assuming that you have 12 textboxes and one textbox for the sum, please describe more of your db. No bad words, please. Thank you. My face is turning red. Kids might be answering these questions here.
  14. supercharge

    Pop Up Form Question

    Oh, that can be done easily with a simple DLookup. I'm about to leave now; I'lll get back to you tomorrow if no one else has helped you. In the mean time, you can play with the function. So "conflict" means duplicate. I got cha!
  15. supercharge

    Copying Controls from FORM to a REPORT?

    I'm not sure about the ActiveX 'cause I've not used it but are your digital signatures stored in a table? Is your report based on a query or a table, need more info please?
  16. supercharge

    Summations withing a form

    What do you mean by "last entry", please?
  17. supercharge

    Set Focus

    How about posting a sample of your db? Is that possible? Generally speaking, people who posted samples along with their questions got their problems solved quicker.
  18. supercharge

    History words

    Don't get a thing! Please explain more. Sorry for my stupidity!
  19. supercharge

    Subform data to Mainform data

    Combo See attached, a simple sample created just for you. Please delete your duplicated post.
  20. supercharge

    How do I repeat a process for many db's?

    How about naming your other databases systematically then use a loop to loop thru it?
Back
Top Bottom