G
Guy Verville
Hello,
I have a table (music scores) that contains these fields: S, A, T and B. In
these fields are integers that tell how many part there is of each voice for
a given score (e.g. SATB, SA, SSATTBB, etc.)
In a query, I'ved figured a concatenation like this (my Access is in French.
Chaîne$ is for Str$, I suppose:
SATB: Chaîne$(;"S") & Chaîne$([A];"A") & Chaîne$([T];"T") &
Chaîne$(;"B"), which gives me the correct formula.
I must say that a lot of data has no entrie for these fields (hence, the
SATB field is Null from time to time).
If I want to place, for example, the criteria "SA", I get an error that
there is an incompatibility in the criteria type. I'm lost. The SATB field
doesn't return a string?
The is Access database is for the web.
Guy
I have a table (music scores) that contains these fields: S, A, T and B. In
these fields are integers that tell how many part there is of each voice for
a given score (e.g. SATB, SA, SSATTBB, etc.)
In a query, I'ved figured a concatenation like this (my Access is in French.
Chaîne$ is for Str$, I suppose:
SATB: Chaîne$(
Chaîne$(;"B"), which gives me the correct formula.
I must say that a lot of data has no entrie for these fields (hence, the
SATB field is Null from time to time).
If I want to place, for example, the criteria "SA", I get an error that
there is an incompatibility in the criteria type. I'm lost. The SATB field
doesn't return a string?
The is Access database is for the web.
Guy