Recent content by BadKitty

  1. BadKitty

    password HELP!

    grrrr.....argh! i know...i know...very unspider-sensy. i appreciate your answering me - save-age or not. everything's worth a shot, so thanx. :o i feel kinda dumb...like with the forms & etimologies & whatnot. my angsty attitude has kept me from asking questions that make me feel dumb, but...
  2. BadKitty

    password HELP!

    i am unable to logon to Windows XP at work. i know there shouldn't be a password for administrator, but apparently there is! :mad: it's a netware logon screen & we still use novell here my IT supervisor said that that doesn't really matter. ther has to be another way around this issue...
  3. BadKitty

    very many thanx

    wasn't sure where to put it, but i wanted everyone who helped me to know how much i appreciate their time spent helping me...& hopefully be able to do the same for others after awhile:o
  4. BadKitty

    A look at the next version of Access/Office

    cool thanx for the info...good to know ahead of time. ;)
  5. BadKitty

    very many thanx

    i know i haven't been here very much lately...personal drama...i'll be back soon. anyway, i just have to thank all of you for being so helpful, honest, informative, and just plain nice. :cool: all your efforts are greatly appreciated. they've helped alot! :D i hope i've helped a few along...
  6. BadKitty

    disable new record button on a form

    that's a thought didn't consider it...was seeing complex where there was only simple...thanx! :)
  7. BadKitty

    disable new record button on a form

    is there a way to disable the new record option (>*) at the bottom of the form...i want my users to be able to search all records through the form sometimes, but not add any new ones accidentally (or intentionally) while doing so. :confused:
  8. BadKitty

    Open form to New Record

    in your code behind the button, you need to replace this: DoCmd.openForm stDocName, , , stLinkCriteria with this: DoCmd.openForm stDocName, , , acFormAdd i'm definitely not one of the experts here, but with everyone's help, i'm making progress. ruralguy...
  9. BadKitty

    search for a character in a string

    that's what i figured...just wanted to make sure. thanx!;)
  10. BadKitty

    search for a character in a string

    swap that all works perfectly, but say now that i have the # preceding the letter... does this require a great deal of modification to my existin code?
  11. BadKitty

    design issue

    some more info... first of all, happy new year! :D & good luck in '06. hope all your holidays were happy ones for you & your loved ones! k, so i've come to some conclusions based on what you asked me in your last post... no - partial payments are not excepted. regarding an individual...
  12. BadKitty

    design issue

    redesign same database (city permits), but i'm trying out a couple of differnt things now & just wanted to be sure of something... 1 have 3 tables contractor/owner, permits, and payment. permits are 'orders' and payment is 'order details'. given contractor/owner has a one-to-many...
  13. BadKitty

    Congratulate Rich

    lol you've mispelled mispelled :p hehe!
  14. BadKitty

    search for a character in a string

    thanx! oops...i tend to overlook the small stuff. :o it works fine now. thanx a bunch!
  15. BadKitty

    Congratulate Rich

    wow congrats rich! :) been a part of this forum for awhile, huh? i'm a newbie, but i'm loving it so far...everyone's been great...friendly, knowledgeable, helpful...hoping to be able to provide more info for the other members soon - doing what i can so far. i've gotta say though, now...
Back
Top Bottom