C
CAPTGNVR
DEAR ALL
a) Designed one sub report AS "INT_SUB" and final report as "INT_REP".
b) In 'INT_REP" source is from "INT_SUB" and MASTER AND CHILD fields to
"INTRODUCED BY" field.
c) Wiht one list box by name "INTRO_NAMES" got the list of names to be shown.
D) Event procedure for listbox after update asf:
Private Sub INTRO_NAMES_AfterUpdate()
Dim INTRONAME As String
INTRONAME = "INTRODUCED BY = Forms![INTRO_D]!INTRO_NAMES"
DoCmd.OpenReport "INT_REP", acViewPreview, , INTRONAME
End Sub
e) I still get a input box asking for " enter parameter value-- INTRODUCED BY"
Can anyone help me what I am doing wrong. Read extensively and unable to
trace - in short I need the foll:
1. to take from list of men, a report of members they introduced.
2. to take multi choice of more than three or four men and make a report of
the members introduced by them.
3. all information is in one table only.
Trust me after trying for three days I have decided to seek assistance. Pls
help.
BRGDS/CAPTGNVR
a) Designed one sub report AS "INT_SUB" and final report as "INT_REP".
b) In 'INT_REP" source is from "INT_SUB" and MASTER AND CHILD fields to
"INTRODUCED BY" field.
c) Wiht one list box by name "INTRO_NAMES" got the list of names to be shown.
D) Event procedure for listbox after update asf:
Private Sub INTRO_NAMES_AfterUpdate()
Dim INTRONAME As String
INTRONAME = "INTRODUCED BY = Forms![INTRO_D]!INTRO_NAMES"
DoCmd.OpenReport "INT_REP", acViewPreview, , INTRONAME
End Sub
e) I still get a input box asking for " enter parameter value-- INTRODUCED BY"
Can anyone help me what I am doing wrong. Read extensively and unable to
trace - in short I need the foll:
1. to take from list of men, a report of members they introduced.
2. to take multi choice of more than three or four men and make a report of
the members introduced by them.
3. all information is in one table only.
Trust me after trying for three days I have decided to seek assistance. Pls
help.
BRGDS/CAPTGNVR