Write to two tables?

rc-alex

Registered User.
Local time
Today, 02:39
Joined
Apr 29, 2011
Messages
106
Hello,
I am using web forms for use with Access and SharePoint 2010.

I need to write a form in which, when a user's new salary is entered, that information is stored as the user's current salary, but also put into a table as a salary change. (so that all salary changes can be viewed later).

I can't just use a query to show most recent change, because "last", "max", etc are not options in web queries. So I need to store the value submitted to both a field in the employee table, and also as another record in tbl_Salary_Changes.

Any insights?

Thanks
Alex
 

Users who are viewing this thread

Back
Top Bottom