list box

  • Thread starter Thread starter Joseph
  • Start date Start date
J

Joseph

Hi,

I'm having a bit of trouble with quering list box. I have a table full
of server information like, ip, machine name, model name, OS type either
unix, or windows. I am trying to create a list box that will display
any OS type i've put in either BSD, linux, unix, windows, etc. which is
already specified in the table. I want to list the unique OS type and
whatever is selected I want to to display those OS type for editing.

If anyone can help me out would be greatly appreciated.
thanks
 
Let me rephrase this...
i have a form with a combo box. This combo box lists all the unique OS
type from a table. This table contails Server information like, OS
type, ip, model, etc. So when a user clicks on the combo box it will
list all the unique OS ie. unix, windows, linux, etc. So, if the user
selects windows it will display all the machines that are windows in the
current form.

I'm having great deal of problem doing this. If anyone can help i would
appreciate it.
 
Susan,

that helped alot now how can i make the current form to filter from
the dropdown box? I want rest of the form the display the records based
 
Back
Top