Search results

  1. K

    Content

    hmmm i suppose that word works somewhat. Maybe there isn't one word to describe what I'm looking for.
  2. K

    Can i ask a quick oracle question

    I duno where to post Oracle stuff, but I just have a quick question about creating tables. When assigning primary keys are both of the following applicable? 1. Constraint Student_PK Primary Key (Student ID) 2. Constraint StudentId_Student_PK Primary Key (Student ID) STUDENT is the table...
  3. K

    Content

    The dictionary definition is "Desiring no more than what one has; satisfied." if you're content can you be unhappy? I don't think so right? I know there is a word that describes this, but I can't think of it and it's pissing me off. Any help? im writing this thing for my public speaking class.
  4. K

    Memory Diagnostic check and RAM booster

    Anyone know of any free software that will check for memory leaks? Also, any programs that will best utilize your RAM?
  5. K

    Access Gripes!!!!!!!

    One more. Changing the color of a button!!!! ps. I know you can use a label as a button and format it like a button.
  6. K

    Access Gripes!!!!!!!

    Doc the issue I had has been resolved. The problem I had was counting the fields for 3 different columns. When I did this it gave me the same counts in every column. There was also an issue when I tried SUM DISTINCT, but again I don't need help, but thanks for the offer. I just wanted to...
  7. K

    Error Trapping Problem

    I recommend you building a statement that checks if the Same Number has been entered instead of using the error handler like you are.
  8. K

    Access Gripes!!!!!!!

    It should work like it works in SQL server!!!!!!! I'm not trying to change the world, I'm just venting.
  9. K

    Access Gripes!!!!!!!

    If this is already a post sorry. I just wanted to hear what your Access gripes are and what you think can/should be improved. I have 2 gripes. 1. Count distinct doesn't work like it should 2. Having a list box as criteria is 10x harder than it should be.
  10. K

    Combine two queries

    union just put that in between the two queries
  11. K

    Custom Date Format DD MMM YYYY

    I want to convert cell on my sheet to CAPS btw. I found a MACRO online but I don't want to use any MACROs
  12. K

    Custom Date Format DD MMM YYYY

    I'm trying to use the UPPER function for text but I can't get it to work =UPPER(TEXT(D6,"DD MMM YYYY")) What would I replace DD MMM YYYY with?
  13. K

    Increasing Characters in a text box

    try using a memo if that doesn't work.
  14. K

    To be a .... careers advice sought!

    I hate to say it but, I personally think Access in some aspects can be considered an advanced Excel package. If there is no GUI for the user and all they ever see is queries or data I think they are led to believe it is an advanced Excel.
  15. K

    pic animation question

    tell my job to make the investment! thanks anyways, this wasn't too important I guess. I just wanted to jazz up my form.
  16. K

    pic animation question

    paint =) message to short
  17. K

    pic animation question

    is there any way i can do this w/out d/l anything?
  18. K

    pic animation question

    is there anyone that is good with editing pics? I'm trying to get this horse in the pic below to move its front feet. http://i16.tinypic.com/68gvw5u.jpg Is this an easy thing to do? if anyone can possibly do this for me let me know!!
  19. K

    password on form question!

    it isn't a textbox it is a VB input box, thanks though. Here is the API code for anyone that wants it.. http://www.access-programmers.co.uk/forums/showthread.php?t=85846
  20. K

    password on form question!

    k from what I read it can't be done unless I create an Access password form or that API stuff, which I don't feel like doing. thanks.
Back
Top Bottom