I hope I can explain this so you know what I am trying to do. I will lay out a short example.
Field 1 Field 2 Field 3 Field 4 Field 5
Clearwater 10 10C Clearwater Dayton
Ft. Lauderdale 20 10C Clearwater Dayton
Miami 30 30C Clearwater Dayton
Ok the above represents my database. I want users to be able to search the database for whatever criteria they want utilizing list boxes or something similar. For example, I want to be able to list all of the contents from Field 1 in a list box for the user to select from. When the user picks "Miami" he will get all of the information for Miami (fields 1-5). I also want it do be dynamic. If I add new cities to the database, I want it to update the form with these cities. Is that even possible?
Thanks
Field 1 Field 2 Field 3 Field 4 Field 5
Clearwater 10 10C Clearwater Dayton
Ft. Lauderdale 20 10C Clearwater Dayton
Miami 30 30C Clearwater Dayton
Ok the above represents my database. I want users to be able to search the database for whatever criteria they want utilizing list boxes or something similar. For example, I want to be able to list all of the contents from Field 1 in a list box for the user to select from. When the user picks "Miami" he will get all of the information for Miami (fields 1-5). I also want it do be dynamic. If I add new cities to the database, I want it to update the form with these cities. Is that even possible?
Thanks