jetersauce
Registered User.
- Local time
- Today, 12:54
- Joined
- Dec 21, 2010
- Messages
- 20
I have a frustrating problem that I could really use some help on (I'm not sure if the solution would be in the query or report)
Our company have labels that we print on samples for testing. We have to have a separate label for every dilution in a test.
What I need is a way so that when the field Department= "Micro" that the query (or more importantly report) will concatenate the PrepMethod field into additional rows in the query.
I need this
Test PrepMethod
APC 10, 100, 1000
to change into this
Test PrepMethod
APC 10
APC 100
APC 1000
The PrepMethod field will vary with the number of dilutions, but they are always seperated by a comma.
Examples
10, 100
100
1000, 1000, 1000, 1000
1, 10, 100, 1000
This LIMS database has the forms and tables locked by the company who sold it to us (so I can only edit queries or the reports). Thanks, I could really use some help on this,

Our company have labels that we print on samples for testing. We have to have a separate label for every dilution in a test.
What I need is a way so that when the field Department= "Micro" that the query (or more importantly report) will concatenate the PrepMethod field into additional rows in the query.
I need this
Test PrepMethod
APC 10, 100, 1000
to change into this
Test PrepMethod
APC 10
APC 100
APC 1000
The PrepMethod field will vary with the number of dilutions, but they are always seperated by a comma.
Examples
10, 100
100
1000, 1000, 1000, 1000
1, 10, 100, 1000
This LIMS database has the forms and tables locked by the company who sold it to us (so I can only edit queries or the reports). Thanks, I could really use some help on this,