Simon Weaver
2003-08-22 20:29:57 UTC
Hi
I have a problem.
I am developing an on-line booking system based on a
Microsoft Access crosstab query. It work fine.
i.e. Rooms as rows, timeslots as columns.
Except the Crosstab value is a concatenated string of
which I only need part of. In Access we would say e.g.
Right([MyString,3]) - extracts the last 3 characters
The parameter value in FrontPage reads
<%=FP_FieldURL(fp_rs,"1")%>
Is it possible to extract only the last most character
from this string in FrontPage. And How??
TIA, Simon
Please help.
I have a problem.
I am developing an on-line booking system based on a
Microsoft Access crosstab query. It work fine.
i.e. Rooms as rows, timeslots as columns.
Except the Crosstab value is a concatenated string of
which I only need part of. In Access we would say e.g.
Right([MyString,3]) - extracts the last 3 characters
The parameter value in FrontPage reads
<%=FP_FieldURL(fp_rs,"1")%>
Is it possible to extract only the last most character
from this string in FrontPage. And How??
TIA, Simon
Please help.