B
Brutus
I have a website for our employees with a database for tracking the location
of equipment with numerous fields. I allow selected visitors to enter data
and then I need to have them change the location field as the equipment
moves from one place to another. All is written in ASP.
I can add records and search records fine but I am having problems reading
in a record, changing the contents of one field (chosen by the employee from
a drop down menu) and then writing the results as a new record.
I am using <INPUT Type=Hidden Name="T2" Value='T2'> where 'T2' is
(supposedly) the contents of a field of the record returned in a search.
This is in a separate routine. If I substitute text for 'T2' and put it in
quotes like "Test" it passes fine. I think I am not assigning variable
correctly.
Any help?
Dave
of equipment with numerous fields. I allow selected visitors to enter data
and then I need to have them change the location field as the equipment
moves from one place to another. All is written in ASP.
I can add records and search records fine but I am having problems reading
in a record, changing the contents of one field (chosen by the employee from
a drop down menu) and then writing the results as a new record.
I am using <INPUT Type=Hidden Name="T2" Value='T2'> where 'T2' is
(supposedly) the contents of a field of the record returned in a search.
This is in a separate routine. If I substitute text for 'T2' and put it in
quotes like "Test" it passes fine. I think I am not assigning variable
correctly.
Any help?
Dave