I have this employee table that have column names - Name,Job description,etc and Deduction1,Deduction2....... DEDUCTION 22.
Table looks something like this:
Name Job Descript Deduction1 Deduction2 Deduction3
Peter Clerk $10 $0 $2
I want to show this on a form but I dont want to use textboxes because it will show all the deductions and this will look messy.I reserched from the net and I found out that there is a way of doin it using a combo box in a subform.This should show the employee details and only the deductions that are being deducted plus the amount.
I made another table that looks like this
Deduction_code Description
Deduction1 Health Insurance
etc..... etc...
What I think is this.In order to use a combo box in a subform I need a relational
table to look like this.
Employee_code Deductions
58 Deduction1
Deduction2
59
60 Deduction 10
Can anyone pls tell me if there is any othere way of doin this and if it is possible to use a combo box in a subform for this scenario.I have been wrecking my brains with solutions to this.I have tried using query statements and even lookup tables but it is not working.
Iam not a pro with ms access.pls help...
Thanks
Table looks something like this:
Name Job Descript Deduction1 Deduction2 Deduction3
Peter Clerk $10 $0 $2
I want to show this on a form but I dont want to use textboxes because it will show all the deductions and this will look messy.I reserched from the net and I found out that there is a way of doin it using a combo box in a subform.This should show the employee details and only the deductions that are being deducted plus the amount.
I made another table that looks like this
Deduction_code Description
Deduction1 Health Insurance
etc..... etc...
What I think is this.In order to use a combo box in a subform I need a relational

Employee_code Deductions
58 Deduction1
Deduction2
59
60 Deduction 10
Can anyone pls tell me if there is any othere way of doin this and if it is possible to use a combo box in a subform for this scenario.I have been wrecking my brains with solutions to this.I have tried using query statements and even lookup tables but it is not working.
Iam not a pro with ms access.pls help...

Thanks