Search results

  1. B

    RichTextBox in MSAccess

    Hello all, I would like to know, how to have a RichTextBox control for Access. In my ActiveX control, I can't see any control naming MS Richtexbox control. How am I able to have it? I'm guessing I should install something, but where will I get that? One of my computer which there's a VB6...
  2. B

    Adding Data In ComboBox

    hello all, please help. I have this combobox, which contain list of something. what i want is once the user enters or type a value in that combobox, but which is not in the list yet. i want it to add in the table but my code is not working i don't know why. pls help. table: ID (primary key)...
  3. B

    SubForms

    hello all, I have been trying different things to connect with the subform i can't make it work. I just don't know what kind of coding i can use. this is the thing. i have a main form, a 2 sub forms (subformA & subformB). I put a checkbox in subformA and I make the subformB as invisible. What...
  4. B

    Searching String

    hello all, I have this table and one row contain bunch of texts. I have no idea how to search a string or character in a phrase. for ex: one field of table contain this string: "Hello World, I am here" I want to search in this string the word "am" Once it's find I can take the whole row...
  5. B

    Data string in Table

    Hello all, I have this problem with string data type. I have this code: dim strPartPartNum as string dim strPartPartNumExist as string strPartPartNum = strPartPartNumExist & "," & Chr$(34) & strPartPartNum What I am trying to do here is each value of string variables will be save on...
  6. B

    Help on Mouse Scroll in listbox - VBA Code

    Hi, i am looking for a code that will really help my listbox work. I have this listbox that contain a lot of records, i want to use a scroll mouse to navigate through all the records in that listbox. i can only use the navication bar. but for me I guess it's more easier if I can also use the...
Back
Top Bottom