Search results

  1. M

    Show and hide field with textbox

    Hi No, I just hit enter to do the search. I can create a button if that will help Please advice Mikael
  2. M

    Problem with update subform

    Hi Hi got a good help with this and it's near a solution. I attached a form that has checkboxes to show and hide fields. This is a subform in a search form and bound to ID. So if a person is checked for "eget initiativ" it sticks to him/her. but the problem is that this should hide 2 textboxes...
  3. M

    Show and hide field with textbox

    Hi, Now we are almost there. The problem now is that this is a subform in a search form and it's bound to ID. And when I search and display a new person and the person before had the checkbox for "eget initiativ" checked. The new found person also gets the same checkbox checked. So i guess what...
  4. M

    Show and hide field with textbox

    Sweet, I think this will do the trick Thanks a lot
  5. M

    Subform problem when updating

    Hi When I thought I solwed the problem I ran in to another. I now finally succeded with the checkbox displaying the textbox when checked. The problem now is that the subform this is used in is still showing the textboxes if I search and display another person. I only want them to show if the...
  6. M

    Show textbox when checkbox checked

    Sorry, i figured it out
  7. M

    Show textbox when checkbox checked

    Hi I've searched the forum for my problem and the closest i got was this and it doesn't help that much If this is the code you can put on click for a checkbox to hide a textbox. If me.YourBoosterCheckBoxName = -1 then 'need the shot so hide the other textboxes me.TextBox1.visible = false...
  8. M

    Show and hide field with textbox

    Hi I must be stupid, but probably I'm doing it completly wrong. I attached the .db and it's the "väg in" form on the that I can't get to work. Feel free too make changes. (it's made in access 2002) Sorry about it beeing in swedish. What I want is a function that you only can choose one of the...
  9. M

    Show and hide field with textbox

    I'm quit new to this and is not shure how to do it step by step. I have a table with the fields "own initiativ, referral and diagnosis" I have a form with checkboxes "own initiativ" and "referral" When I check the "referral" checkbox I want to display the field "diagnosis" or the text in it (if...
  10. M

    Show and hide field with textbox

    Hi How do I easy create a checkbox that displayes a field when I check it. For example, if I check a box named I agree, it shows a field with a phonenumber to call Mike
  11. M

    More fields in form

    But if I do that the search doesn't work. And if I do that and get the fields and switch back to the query for the search the new fields doesn't work I guess I have to make an expression for the textbox and get the data from the table. What do I put in the contorl source since I can't choose any...
  12. M

    More fields in form

    Hi I'm quite a biginner at this and I'm making a support form based on a query because I made a search function. Now I would like to add some fields in the same form, but these are made in a nother table. How do I get these fields in the field list? //Mikael
Back
Top Bottom