Recent content by PoorCadaver

  1. P

    Save button

    Ok, maby my approach is wrong? I would like to make changes to data in a form but I want to chose to save it when I'm done so that I can cancel the process without saving the edits I've done.
  2. P

    Save button

    Hi, Is it possible to show table data in a form, alter it and not have it update the table content until I hit a save button?
  3. P

    Make access look like application?

    Where do I do that?
  4. P

    Multiple users working at the sem time?

    Thanks, I will look into it.
  5. P

    Make access look like application?

    Hi, Is it possible to create a .accde file or something that looks like an application when the user opens it, without all of the Access sidebars, ribbons, etc? I can make form that looks kind of an app but there's still all the Access tools around that I don't need.
  6. P

    Multiple users working at the sem time?

    Hi, Is it possible for multiple users of Access 2016 to work in the same database at the same time? I think I read it somewhere but I can't find it now.
  7. P

    Show table in dropdown?

    Thanks, that helped!
  8. P

    Show table in dropdown?

    Hi, Searched the forum but could not find this. If I double posted, please show me the correct thread. I have tblComputers with a column 'user_id' that corresponds to column 'id' in tblUsers. I want to view column 'user_id' in a listbox in tblUsers in a form with various other data from...
  9. P

    Question How to link two textboxes in different forms together?

    Well, it does what I want to do, but I think I have done it the same way but I end up with a blank textbox in Form2...
  10. P

    Question How to link two textboxes in different forms together?

    Hi! I have a form that recieves information from a table. In that form I have a button that opens another form, and in thet one I would like to use one of the values from the first form. I.e. Form1 have a textbox [ID1] that contains "1". In Form2 that opens from Form1, I would like the textbox...
  11. P

    How to change color on text using IF

    Thanks! It works now. What I had forgot was to add the field in the query... ^^
  12. P

    How to change color on text using IF

    I have an old version of Access (2000) so there is no wizard. Only a text box. I have tried a couple of expressions but can't find onyone that works. They look like: tblUnit.IsUsed=-1
  13. P

    How to change color on text using IF

    Sorry, but I can't find anything else there but to only read the value of the chosen field.
  14. P

    How to change color on text using IF

    Sorry, but I have to re-open this case again... What about if I want field1 to change color considering the value of field2?
Back
Top Bottom