Search results

  1. neuroman9999

    saving form data various ways (why some don't work)

    well don't waste your entire evening messing with it. i'll strip it, test it, and if it happens during the test, i'll post it here with instructions of where the problem is.
  2. neuroman9999

    My Love of Coding

    you sound like Elena. but she says it like this: ""yeeesssssss, yeeeeesssss". sometimes I wonder if she's doing the deed and talking to me at the same time! Jon, I SERIOUSLY doubt you've ever written a true algorithm in your entire life. None of these are algorithms: if [] then case []...
  3. neuroman9999

    The Circular Logic of Today

    i have never read dilbert, not even once. alone with never drinking coffee in my life.
  4. neuroman9999

    Mask vs Corona virus. Wear or Not.

    the only answer to the original question asked in this thread is: it depends how paranoid your governmental authorities are. that's the only thing you can count on. there are hundreds of public places in Iowa City, and every place has a different policy and accompanying ""laxness"" of their...
  5. neuroman9999

    I think I've found a Video of Adam doing his "Day Job"

    only from Tony. get a life, man. this will be my only post in this hell hole of a thread. ;)
  6. neuroman9999

    responses from the pros here....

    so you guys, Shall we say that lively intelligent debates have sparked since I've started asking technical questions again? @The_Doc_Man , why do you think I started doing that? I'm sure you know that I have the ability to play mind games on a high level, however I generally don't do it...
  7. neuroman9999

    saving form data various ways (why some don't work)

    I can try to replicate it. want to see a sample DB with 90% stripped out?
  8. neuroman9999

    using constants

    ok then, got an example of when I would not use const's? other than repetitive tasks that involve different sets of data being manipulated? (like say, validating form controls on many different forms by a single call, as in an example I already posted). maybe these things? - computerName -...
  9. neuroman9999

    saving form data various ways (why some don't work)

    Are you sure you understood the complaint of mine and the various scenarios where it didn't work for me? Now granted when I was running this test I was remoting into somebody's computer using the TeamViewer software and anyone anybody with a brain knows the TeamViewer sucks. I've had all sorts...
  10. neuroman9999

    insight into big banks' sophisticated analysis of customer behavior and loyalty....

    Hey @moke123 regarding the picture of that hacker criminal that's been sending stuff to that contact form, I'm getting those repeatedly now from all different types of identities and all different types of hashes. That wouldn't be your doing would it? I would think not considering that you have...
  11. neuroman9999

    using constants

    Well you can expect more surprises from me in the future then richard. Not necessarily as an attempt to win my way back into this community because I don't give one crap about helping people here if you guys aren't going to let me. but then again I'm busy with other things anyway. And I'm not...
  12. neuroman9999

    saving form data various ways (why some don't work)

    you mean you actually force the DIRTY event to happen? I tried that on this project and it failed. runtime error. is it supposed to work? you mean, code like this would actually work, if it is written outside the target form's mod? forms("form1").controls("textbox1") = "test"...
  13. neuroman9999

    using constants

    ummm....ass kissing? what made you think I engage in that? I gave you a compliment. oops? I posted it because I wanted the veterans' viewpoints on if constants even mean anything, or if they serve a purpose other than just wasted features that be substituted with other things. follow? not to...
  14. neuroman9999

    insight into big banks' sophisticated analysis of customer behavior and loyalty....

    GOT IT. took me a while! you could've helped me out by quoting the damn post....
  15. neuroman9999

    insight into big banks' sophisticated analysis of customer behavior and loyalty....

    nope. but trust me, I'm sure there will come a day when the tyrants of the world will want to keep their money so badly, that they will enact laws that say something like this:
  16. neuroman9999

    saving form data various ways (why some don't work)

    I've recently been frustrated to no end with these methods of saving form data: - docmd.runcommand(accmdsaverecord) - DoCmd.Save acForm, Me.Name can anyone tell me what each one is supposed to do and what the rules are, in terms of under what circumstances they DON'T work? here's what I have...
  17. neuroman9999

    insight into big banks' sophisticated analysis of customer behavior and loyalty....

    You still haven't told me what you do for a living. send a PM. if you're not scared I'll hack the shit out of you. if you've been following me, you know I don't waste my time learning how. there's better things to do. Although I would like to spend the time seeing if Jon has anything...
  18. neuroman9999

    using constants

    you think that's funny? LOL. try this one, told to me by a professional computer repair shop owner. a very intelligent man, but not accepted in the tech world because he doesn't ""look the part"". thus, they think he's stupid. but through conversation with me, he proved himself to be quite...
  19. neuroman9999

    using constants

    @The_Doc_Man , then why in the world would I ever use variables again!? If constants make life so simple you can't possibly make a mistake, and if I'm not afraid the world is going to blow up, and thus are obsessed with marginal efficiency effects that are just stupid, why should I ever declare...
Back
Top Bottom