> Dear Ones,
>
[quoted text clipped - 11 lines]
> REPLICATE(<ExpC>,<ExpN>) which replicates a character expression N
> times.
The equivalents are actually VBA functions, which you can call inside
Access queries as well as in code. You can't use them in queries that
are executed from outside of Access.
I don't know if there's a crosswalk, but if you open the help file and
navigate to Programming in Visual Basic -> Visual Basic Language
Reference -> Functions, you can look down the list of functions and find
out the details on each.
I don't know FoxPro very well. For the specific functions you ask
about, I think the equivalent of AT is InStr(). I don't think there's
an exact equivalent to REPLICATE -- there's a function String(), but it
duplicates a single character, not an arbitrary character expression.
You can always write your own VBA function to do that, and use it in
queries within the database wherein it is defined, or which have a
reference to the defining database).

Signature
Dirk Goldgar, MS Access MVP
www.datagnostics.com
(please reply to the newsgroup)