Re: Lpad in Access
- From: "Douglas J. Steele" <NOSPAM_djsteele@xxxxxxxxxxxxxxxxx>
- Date: Sun, 18 May 2008 16:47:22 -0400
You have to write a VBA function, and then call that function from your
query.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
"DonnaA" <DonnaA@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:B2F615CE-BB5D-4EA5-8D44-507C96CB6A04@xxxxxxxxxxxxxxxx
So is there an equivalent for Access? I'd already found some references
via
Google but they involved scripting functions, not queries.
"raskew via AccessMonster.com" wrote:
Did a google on 'lPad'. It's an Oracle function.
Bob
DonnaA wrote:
lpad ('string', n [, 'string_pad')
rpad ('string', n [, 'string_pad')
string is left padded to length n with string_pad. If string_pad is
ommited,
a space will be used as default
What is Lpad supposed to be? I'm not aware of any function built into
Access
with that name.
I am having trouble constructing an Update query using Lpad. I keep
getting
an "unidentified function 'Lpad'" error message. The same happens in
Query.
--
Message posted via http://www.accessmonster.com
.
- Follow-Ups:
- Re: Lpad in Access
- From: DonnaA
- Re: Lpad in Access
- References:
- Lpad in Access
- From: DonnaA
- Re: Lpad in Access
- From: Douglas J. Steele
- Re: Lpad in Access
- From: DonnaA
- Re: Lpad in Access
- From: raskew via AccessMonster.com
- Re: Lpad in Access
- From: DonnaA
- Lpad in Access
- Prev by Date: Re: Lpad in Access
- Next by Date: Re: Can I use 'exists' in the ORDER BY clause?
- Previous by thread: Re: Lpad in Access
- Next by thread: Re: Lpad in Access
- Index(es):
Relevant Pages
|