Jump to content

Field populating from other table n preserve


This topic is 5619 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi

I have table "Job Profile"(ID, fkId_Classification, "Salary From", "Salary To"...)

and Classification(ID[pk], Classification, From, To)

My goal is to pick a Classfication from a Drop down list and populates the "Job Profile":"Salary From" n "Salary To" from Classification:From n To.

Now the Classification table will be updated from time to time when new salary scales are proposed. But do not want the old "Job Profile" records to be updated. When it is committed its done.

New Salary scale(From n To) will only reflect on new records.

So to do that what I should do.

Posted

Absolutely perfect answer.

I got what I wanted.

Actually From To fields are for Salary range i.e. From $51000 to $58000.

Thanks a lot.

Haseeb

This topic is 5619 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.