M
Martin
Here is an example of what I currently have as a table.
LNAME FNAME EMAIL FRA TCHR MARK
DOE JON [email protected] Y Y
SMITH ROY [email protected] Y Y
This is how I would like to reformat the table.
LNAME FNAME EMAIL FRA TCHR MARK
DOE JON [email protected] Y
DOE JON [email protected] Y
SMITH ROY [email protected] Y
SMITH ROY [email protected] Y
If this can be accomplished in a query this would take away plenty work. I'm
thinking it can be run as a SQL statement maybe?
Your help is appreciated,
Mark
LNAME FNAME EMAIL FRA TCHR MARK
DOE JON [email protected] Y Y
SMITH ROY [email protected] Y Y
This is how I would like to reformat the table.
LNAME FNAME EMAIL FRA TCHR MARK
DOE JON [email protected] Y
DOE JON [email protected] Y
SMITH ROY [email protected] Y
SMITH ROY [email protected] Y
If this can be accomplished in a query this would take away plenty work. I'm
thinking it can be run as a SQL statement maybe?
Your help is appreciated,
Mark