Search results

  1. I

    extracting text from textBox, any ideas how

    Exellent, it works thanks, i guess the problem was the "Set" part of it, thank you very much
  2. I

    extracting text from textBox, any ideas how

    yes that is exactly what i want, i know it sounds simple but i can't find any tutorial that would teach that, it's ptobably too easy.
  3. I

    extracting text from textBox, any ideas how

    nope, i didn't work, gives the same error in the same place any other ideas??
  4. I

    extracting text from textBox, any ideas how

    what do you mean? thats how i get things form things to get index of a list i write Index = Me!listBox01.ListIndex and it works fine
  5. I

    extracting text from textBox, any ideas how

    I have this problem: User types a formula into text box click a button VBA takes the text from text box performs some operations on it and prints modified formula into a Label when i try to extract text form text box it gives me an error the folowing is just to extract the text and save int...
  6. I

    I'm having problems with the combo boxes

    Thanks boblarson, that did it. Thanks for the Custom made tutorial, i hope it wasn't too much trouble for you. Thank you again very much.:D:D
  7. I

    I'm having problems with the combo boxes

    I don't fully understand what you mean. [Form]![Control]!RowSource = "Select [Table].[Field] from [Table]" doesn't give me any errors, and it creates a combobox with the right number of elements but it's empty, i'm not sure where to go from here. Where do i put the AfterUpdate()??? thx.
  8. I

    I'm having problems with the combo boxes

    I appreciate your suggestions, but I need to know how to assign a field/column to a Combo using VisualBasic, the querry will not serve my purposes in the long run. My data is very diverse and unsortable (i tried), so now i need to design a little software in VB to efficiently navigate through...
  9. I

    I'm having problems with the combo boxes

    I need it to be different lists, right now i'm only practicing with names, but eventually i'll have 12 tables with up to 10 fields in each. So now i'm just trying to find a way to extract info from one table based on the choices in another using VB. It would be impossible to manage it in a...
  10. I

    I'm having problems with the combo boxes

    Hello, i'm new to this forum and to MS Access in general so any help would be appreciated. I'm trying to do the following: 1)I have to combo boxes on my form, Combo1, and Combo2 2)Combo1 is visible, Combo2 is invisible at first 3)when i select an entry in Combo1, Combo2 becomes visible, and...
Back
Top Bottom