In my asp page I have two values. One value is based off the other value. These values are in two different tables. If one value changes I need the other value to change as well, however since you cannot update two tables at the same time, this is causing a problem. Is there anyway to do this through a stored procedure without attaching it to a recordset? Or do you know of a way that I can accomplish this? I don't need to view the data, I just need to update that data if the other value changes.
Thanks,
Sandy
Thanks,
Sandy