G
Guest
Here is an example of what I currently have as a table.
LNAME FNAME EMAIL FRA TCHR MARK
DOE JON (e-mail address removed) Y Y
SMITH ROY (e-mail address removed) Y Y
This is how I would like to reformat the table.
LNAME FNAME EMAIL FRA TCHR MARK
DOE JON (e-mail address removed) Y
DOE JON (e-mail address removed) Y
SMITH ROY (e-mail address removed) Y
SMITH ROY (e-mail address removed) 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 (e-mail address removed) Y Y
SMITH ROY (e-mail address removed) Y Y
This is how I would like to reformat the table.
LNAME FNAME EMAIL FRA TCHR MARK
DOE JON (e-mail address removed) Y
DOE JON (e-mail address removed) Y
SMITH ROY (e-mail address removed) Y
SMITH ROY (e-mail address removed) 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