youwannawhat
Programmer
I currently have a veterinary report that prints like this:
Study # A2D
Doctor Animal
______ ______
Jones Rabbit
Jones Guinea Pig
Jones Goat
Smith Rabbit
Smith Guinea Pig
Smith Goat
Adams Rabbit
Adams Guinea Pig
Adams Goat
The user would rather have the report print:
Doctors: Jones, Smith, Adams
Animals: Rabbit, Guinea Pig, Goat
I know this seems simple, but I can't get the report to group the way I want. The data is being pulled from a cursor. I have attempted to manipulate the .prg filling the cursor but have been unsuccessful.
Any suggestions.
Thanks,
Study # A2D
Doctor Animal
______ ______
Jones Rabbit
Jones Guinea Pig
Jones Goat
Smith Rabbit
Smith Guinea Pig
Smith Goat
Adams Rabbit
Adams Guinea Pig
Adams Goat
The user would rather have the report print:
Doctors: Jones, Smith, Adams
Animals: Rabbit, Guinea Pig, Goat
I know this seems simple, but I can't get the report to group the way I want. The data is being pulled from a cursor. I have attempted to manipulate the .prg filling the cursor but have been unsuccessful.
Any suggestions.
Thanks,