mattijsstu
Member
- Joined
- Feb 19, 2013
- Messages
- 15
- Programming Experience
- Beginner
hi
I have a problem in access. I have a table wich looks like this (has a lot more variables) :
i then have created a form wich looks like this:
I would like to be able to print this form individualy for client 1 , client 2 and so on, at the moment when i add more info it wil, when i print the form, show the first client , second client form , third client form and so on. i would like to choose wich clients form to print. I hope some one can help me! realy need the help
thanks in advance
I have a problem in access. I have a table wich looks like this (has a lot more variables) :
[TABLE="width: 603"]
[TR]
[TD][/TD]
[TD]name[/TD]
[TD]age[/TD]
[TD]nationality[/TD]
[TD]phone number[/TD]
[/TR]
[TR]
[TD]client 1[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]client 2[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]client 3[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD]x[/TD]
[TD]x
[/TD]
[/TR]
[/TABLE]
i then have created a form wich looks like this:
[TABLE="width: 393"]
[TR]
[TD]info about [/TD]
[TD][/TD]
[TD]date[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]client 1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD][/TD]
[TD]value[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]name[/TD]
[TD]x[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]age[/TD]
[TD]x[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]nationality[/TD]
[TD]x[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]phone number[/TD]
[TD]x[/TD]
[TD][/TD]
[/TR]
[/TABLE]
I would like to be able to print this form individualy for client 1 , client 2 and so on, at the moment when i add more info it wil, when i print the form, show the first client , second client form , third client form and so on. i would like to choose wich clients form to print. I hope some one can help me! realy need the help
thanks in advance