Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: miaka13
  • Content: Threads
  • Order by date
  1. miaka13

    Need to seperate text from text box

    I have a textbox with various words in it that are separated by a comma. I still pretty new when is comes to VBA coding and need some help. What I am trying to do is to separate each string and place the words onto a separate record on a table. For example, the user enters: a,b,c,d I want the...
  2. miaka13

    Clear Combo Box

    I'm still pretty green when it comes to Access. I'm not sure how to clear a combo box. I have a multiselect combo box that is bound to a table. The user has the capability to choose several items and then presses a command button that closes out this form and opens up another form. WHen the user...
  3. miaka13

    Clear combo box in subform

    I'm still pretty new at Access VBA coding. I have built a form that has two subforms. Each subform has a multiselect combo box that is fueled off of a table. The problem I am having is that when I use the combo boxes, close the form, and then reopen it, my previous selections are still showing...
  4. miaka13

    Assign number to check box issue

    Ok this is going to be hard to explain. I have 2 forms: form A and form B. Form A contains several check boxes. The users are able to check multiple check boxes in this form. Once the user checks a box, form B opens up. There the user answers a few questions and returns to form A to start the...
  5. miaka13

    Check Box coding problem

    Hi:) I'm pretty new at coding in Access. I have a form that has several check boxes. Next to these check boxes is a word. The problem that I am having is when the box is checked, how do I get the word to move to my table. I know that multi-select box or combo box is much easier, but I can't use...
  6. miaka13

    Check box multiple choice

    I am trying to get this to work. I would like for my users to be able to check mutiple boxes that are linked to one table. I tried to use the option group, but it only lets you choice one item. I need for my users to be able to choose multiple items. Unfortunately a list or combo box is not...
  7. miaka13

    Need to separate data in table taken from mult select list box

    I am extremely new at VBA coding. I am trying to put together a user friendly database in Access 2002 for my coworkers. I managed to get a code from this forum to work in my database. What I currently have my form doing is to take the information selected in my multi select list box and place it...
  8. miaka13

    Paired List Boxes info to tables

    I am pretty green when it comes to Access. I've just recently started up a database for my job. I created a set of paired list boxes where you can choose an item from listbox1 and send it via a command button to listbox2. I did this because I wanted my users to be able to select multiple items...

Part and Inventory Search

Back
Top