Posted by J.O. Aho on 10/03/60 11:46
Frankly wrote:
> I am still having a lot of trouble creating forms for inputting data.
> i tried to create tables for Areas and ZipCodes so that when i am inputting
> a new
> building I can select from a combo box. I can get the zipcodes combo box to
> work but for the life
> of me i was unable to get the Area combo box to work. when the combo box
> for area showed the drop down menu - it was empty and very long. I compared
> it to the zipcode box and it should have worked.
> I feel like pulling my hair out.
Without part of the code it's difficult to tell what's wrong with it, could
just be that you have a column called 'xXxxx' in the table while you do your
while loop (or what you use to populate the drop down menu) you may referring
to 'xYxxx', which leads to a null-string (nothing) instead of the string it
should have echoed.
//Aho
Navigation:
[Reply to this message]
|