Search results

  1. S

    Get data from from a Combo

    What about the textbox? I'm trying with: Dim ValueRerturn as string ValueRerturn = TextBox.Text ValueRerturn = TextBox.Value and any of those works Thanks
  2. S

    Get data from from a Combo

    Anyone call help me and let me konw how can I get the value selected in a Combobox in Access Visual Basic? I trying to use something like in Visual Basic but doesn't work. Dim ValueRerturn as string ValueRerturn = ComboBox5.Text ' So I can get in ValueRerturn the value selected in the...
  3. S

    How to changes the Field List

    Thank, I got it.
  4. S

    How to changes the Field List

    I have the Field List reference to a Query, but Now I want to reference the same Report to a different Query. How can I do that? Thank you in advance
Back
Top Bottom