G
Guest
I am trying to build a form using 2 tables in a 1 to many relationship as
follows :-
table 1 - code and name
table 2 - id, code(PK), start and end date
In most cases only 1 entry will exist for table 2, but someone may leave and
return multiple times.
On screen I would like to see
code name
code name
code name
code name
code name
code name
code name
then for each highlighted record only one or more lines showing
corresponding date info :-
start date end date
start date end date
start date end date
This is soemwhat the reverse of the norm of single line - multiple lines used.
Can this be done using Wizards or do I need to emply the old elbow grease
and do it all manually? and if so any tips.
Cheers,
Steve
follows :-
table 1 - code and name
table 2 - id, code(PK), start and end date
In most cases only 1 entry will exist for table 2, but someone may leave and
return multiple times.
On screen I would like to see
code name
code name
code name
code name
code name
code name
code name
then for each highlighted record only one or more lines showing
corresponding date info :-
start date end date
start date end date
start date end date
This is soemwhat the reverse of the norm of single line - multiple lines used.
Can this be done using Wizards or do I need to emply the old elbow grease
and do it all manually? and if so any tips.
Cheers,
Steve