I have a web page that has several dynamically created fields. Each one of
the fields start with the following:
DPT(some number)
PID(some number)
CCD(some number)
The number is pulled from the ID field from the DB that I am querying.
Example, the DPT could be DPT88 indicating that the Department record that I
am pulling is number 88.
The problem that I am having is the updating of the DB, how can I update the
DB without knowing what the exact names of the fields are? I already know
how to create the Record Set and update the DB, I just don't know how to
call the values of the fields.
Any help will be appreciated.
TIA
RC-