Hi Everyone,
I have a problem that need your help please.
I have a main form links with sub form by LicenseID.
I have a table called tblLicenses. This table has LicenseID as the primary key and AgentID as the secondary key. One Agent can have licenses in many states and one state has many loan programs. For this reason, I created another table called tblLoanProgram with ProgramID as a primary key. LicenseID from the tblLicenses table is a secondary key in the tblLoanProgram.
When an Agent is approved to do a certain loan program, that loan program is approved for all states that Agent is licensed in. An approved loan program has a loan type and an approved number. I have a problem that when a user assigns approved loan program to an Agent, I have to copy the first record and paste to all the rest of states that Agent is licensed in. I don’t have much experience about it. I am stuck on it for couple days already. Can anyone help me as soon as possible I would very appreciate your help.
Thanks!
I have a problem that need your help please.
I have a main form links with sub form by LicenseID.
I have a table called tblLicenses. This table has LicenseID as the primary key and AgentID as the secondary key. One Agent can have licenses in many states and one state has many loan programs. For this reason, I created another table called tblLoanProgram with ProgramID as a primary key. LicenseID from the tblLicenses table is a secondary key in the tblLoanProgram.
When an Agent is approved to do a certain loan program, that loan program is approved for all states that Agent is licensed in. An approved loan program has a loan type and an approved number. I have a problem that when a user assigns approved loan program to an Agent, I have to copy the first record and paste to all the rest of states that Agent is licensed in. I don’t have much experience about it. I am stuck on it for couple days already. Can anyone help me as soon as possible I would very appreciate your help.
Thanks!