I would like to use one form to update 2 tables in a database, one alwasy gets updated, and the other gets update if certain condtionons are met.Table 1: updated no matter what, adding a new record to the table.
Table 2: Would be updated by using information ( a comparison of 2 numbers) form Table 2 to determine if a condition is met. If the condition is met then one of the 2 numbers would then be updated.
I have just started to learn VBScript, and think I can put together the If..Then..Else script, but not sure about submitting one form to do the adding and updating of records.
Thanks for any help anyone can offer me.