Search results

  1. M

    yes/no check boxes

    yes! okay dumb question now though, how do I do that......I could be making this more complicated in my head, but I am not sure. Thanks!!!
  2. M

    yes/no check boxes

    no I had them set up in different fields using yes/no
  3. M

    yes/no check boxes

    Will the radio buttons store the "new" or "used" in my table still!
  4. M

    yes/no check boxes

    Yes I have several of these that only one or the other needs to be checked.... I have no objections to anything.....I am sorta new at these. If someone would walk me through I have no objections to any ideas as long as it works! LOL :D
  5. M

    yes/no check boxes

    How can I lock a yes/no check box to require that you only pick one or the other and not able to check both? example: new () used() you are only able to pick new or used. what do I need to do!! Thanks!!
  6. M

    Database on the Web

    What do you suggesst to use other than Access??
  7. M

    Database on the Web

    How would I go about putting a database on a webpage that my company could access through the web?? How effective would this be? I am trying to network two offices that are at least 2 miles apart and I need suggestions on the most effective way to do this. Thanks!
  8. M

    Validation

    Would I use the same expression for what I want to accomplish?
  9. M

    Validation

    So your saying that it should be if me.city1 <> "01" and me.city1 <> "02" then msg box "wrong code entered" me. city1. undo cancel=true now I have more than one location I need to do this for how do I go about that, see we have 8 locations and they are numbered 01-08 and each of them has...
  10. M

    Validation

    I have a form that is used for data entry and I noticed a problem with information not getting on certain reports that I need because of a validation problem, we have codes for all of our locations and within these locations we have codes for the represenative of that location and my queries and...
  11. M

    Combo Box

    jack, I tried what you suggested but it still is not working it will only pull up a blank intake form??? any other suggestions???
  12. M

    Combo Box

    I am sorry I am not understanding what you are saying?
  13. M

    Combo Box

    I have asked this question before but I still am having trouble with it so I am sorry! I have a form with a combo box and two command buttons one that will take you to intake forms and the other to assessment information, now what I want to do is have the person pick a name from the combo box...
  14. M

    DateDiff

    Thanks! I forgot about yyyy to return a age! Duh!
  15. M

    DateDiff

    I am trying to do a datediff for a query to get a age for our clients, but it is not giving me their age it is giving me a long number?? I am using datediff "y",date of birth, date(),) but it gives me something like 24975?? Does it have something to do with the century change?
  16. M

    Open form with record from combo box

    Well I want to be able to pull up a name from the combo box and then it pull up that record on the form, the form is not already open they would pick which form they want to open for that particular person.
  17. M

    Open form with record from combo box

    Does anyone have any other suggestions how how I could get this to work?? Thanks
  18. M

    Open form with record from combo box

    I did that, still not working????
  19. M

    Open form with record from combo box

    I tried that and it did not work! any other suggestions???
  20. M

    Open form with record from combo box

    I am trying to get a form to open up to a record that I have pulled down from a combo box and the code that I used is not working can someone help!! DoCmd.OpenForm "intakeall",,,"key = '" & Me!combo11 & "'"
Back
Top Bottom