Search results

  1. P

    Filtering a Subreport from a form...

    Hi, everybody. Well, I think what i will ask you is something that I'm looking for an answer, but i didnt' find it till now. And I know this is not a new question but... I have a form that includes some text boxes and combo boxes. The user fills these controls to build a report based on that...
  2. P

    Make a control visible when record is loaded

    Well, I think it works!!! I put a msgbox to get the value of the combo on "current form" and it gave "3", not "Execução" (that was the record associated to ID 3). Now i changed the "value" to 3 and it worked!!! Thank you very much for your support and i'm very sorry for this stuff, I'm trying...
  3. P

    Make a control visible when record is loaded

    Hi. The code is this: Private Sub Caixa_de_combinação28_AfterUpdate() If Me.[Caixa de combinação28].Text = "Execução" Then Me.[Caixa de combinação30].Visible = True Else Me.[Caixa de combinação30].Visible = False End If Me.[Caixa de combinação30].Requery End Sub And for the forms "Current"...
  4. P

    Make a control visible when record is loaded

    Hi, again. When i try with the dot, it gives the same error msg (number 2185). i wonder if makes any sense to move the statement of the "requery" to another place like inside the "if" sentence. But I've tryed too and gives the same error either...
  5. P

    Make a control visible when record is loaded

    Hi, again. I've tried that on the "Current" form procedure, but there is an error msg like this: "It's only possible to refer to a property control when it has the focus". Well, i understand that because i have another control in that form that is the first to get the focus. What i have to do...
  6. P

    Make a control visible when record is loaded

    Hi. As I told in my first post, I'm trying to re-learning to work on Access. I need to do it because I have to build a project in my job. This is my question (please, don't get me wrong, but my english is not quite good!): I have build a form with to combo boxes: in the fist one I have 5...
  7. P

    Hi from protugal

    Hi. I'm Pedro, from Portugal. I've found your forum when I was trying to find some clues to know more about the Access program. Weel, I think the forum is very useful, even for me, because I'm trying to (re)learning how to work inAccess, after a few years. I work as economist in Leiria, a...
Back
Top Bottom