Question
updating a database.
at the moment is am trying to create a page to update a
database.
i select the a company in a list which the gets forwarded to the next page. On the next page i tell the page that the it has to display all the information from the selected company by telling it that "Where #form.companytxt# = CompanyCode"
the problem i am getting is that it puts all the information into a form. however when i want to update the form it refers to "companytxt" from the above statement. And as it is not in this form it is getting confused. what would be the best way of doing this?
i select the a company in a list which the gets forwarded to the next page. On the next page i tell the page that the it has to display all the information from the selected company by telling it that "Where #form.companytxt# = CompanyCode"
the problem i am getting is that it puts all the information into a form. however when i want to update the form it refers to "companytxt" from the above statement. And as it is not in this form it is getting confused. what would be the best way of doing this?