Search:

Type: Posts; User: saladbarkid

Page 1 of 19 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    620

    Well, that didn't exactly work. I keep getting...

    Well, that didn't exactly work. I keep getting errors. I'm pulling the data from a table called names and I want the sorted data to be inserted in to a table called selection. Any suggestions??
  2. Replies
    7
    Views
    620

    Thanks alot! I'll give it a shot now.

    Thanks alot! I'll give it a shot now.
  3. Replies
    7
    Views
    620

    What I meant was I have a textbox (txtData) that...

    What I meant was I have a textbox (txtData) that has the items that met the criteria displayed in it. What I need to do is take (strData = strData & rs![LASTNAME] & rs![FIRST] & rs![ADDRESS] &...
  4. Replies
    7
    Views
    620

    Access confusion...?

    Right now, I have txtData displaying all the names in a text box on the form. I need to be able to take the fields from strData and list them all in a database with the same column names. How do I...
  5. Replies
    2
    Views
    490

    Thanks!:) :) :D

    Thanks!:) :) :D
  6. Replies
    2
    Views
    490

    Easy Access database question

    How can I take a value from one textbox on a form and copy it to another textbox on another form?
  7. Replies
    8
    Views
    668

    The list box is unbound. Limit to list was set...

    The list box is unbound.

    Limit to list was set to 'Yes'.

    For the OnNotInList event, how do I get the name that's not in the list to be added to the end of the line?

    Here's the code for the...
  8. Replies
    8
    Views
    668

    Well, this is kind of another programmer's code. ...

    Well, this is kind of another programmer's code. I don't really understand it myself. What I tried to do was create a private sub look_up_box not_in_list () like that and have it execute an add new...
  9. Replies
    8
    Views
    668

    What I'd like is when the name is found to be...

    What I'd like is when the name is found to be "not_in_list" push 'enter' and that acts like an 'add new record' button. I tried to add code like that, but it didn't exactly like it. Code to do this...
  10. Replies
    8
    Views
    668

    NewB database question...

    I have an Access database that's an address book with a lookup (dropdown box). When a letter is typed in, it goes right to the last names that start with that letter.

    If the correct name is found...
Results 1 to 10 of 188
Page 1 of 19 1 2 3 4