Hello people,
Being reasonably new to ASP I’m struggling with what (I think) should be easy.
Is there a trick to updating a record in an Access DB when the values come from listboxes on a form?
I have a bunch of text fields on a form that update just fine but as soon as I add a list box (that gets it’s values dynamically from a lookup table) to the mix the record won’t update. A click of the submit button give you ‘can’t load page’ not even debugging information!
I’ve looked at the source for the code once it’s hit my browser and the <select> seems well formed. I’ve sent the SQL to the screen using response.write and it looks okay, too!
Thanks for any and all help/suggestions/drugs
Dave
Being reasonably new to ASP I’m struggling with what (I think) should be easy.
Is there a trick to updating a record in an Access DB when the values come from listboxes on a form?
I have a bunch of text fields on a form that update just fine but as soon as I add a list box (that gets it’s values dynamically from a lookup table) to the mix the record won’t update. A click of the submit button give you ‘can’t load page’ not even debugging information!
I’ve looked at the source for the code once it’s hit my browser and the <select> seems well formed. I’ve sent the SQL to the screen using response.write and it looks okay, too!
Thanks for any and all help/suggestions/drugs
Dave