Results 1 to 3 of 3

Thread: [RESOLVED] Add values to combo list box

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2005
    Location
    Long Island, NY.
    Posts
    353

    Resolved [RESOLVED] Add values to combo list box

    I have a combo list box that has two values 56 and 58. I want to write the look up like this:
    VB Code:
    1. SELECT DISTINCT [FC] FROM tblPSR;

    but I want to be able to put new values in on the form also. Like 59 and 60. And when I put a new value I want it to be pulled up in my combo list box. I think my problem is the data isn't in there and it won't allow me to type it in the combo box on the form because it can't find it. How do I fix this??
    Last edited by vonoventwin; Oct 11th, 2005 at 11:27 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width