Help on Dlookup

  • Thread starter Thread starter TaTT CHUA
  • Start date Start date
T

TaTT CHUA

Hi,

I am using the dlookup script in the forms and encountered a complication.

Can anyone help on how I can separate lines, i.e.
[Address]
[postcode]
[city]
[country]

The only thing I get is
[Address] [postcode] [city] [country]

I can put separators/ text in between but can seem to get it into various
lines.

Thanks.

Rgds
Tatt
 
TaTT said:
Hi,

I am using the dlookup script in the forms and encountered a
complication.

Can anyone help on how I can separate lines, i.e.
[Address]
[postcode]
[city]
[country]

The only thing I get is
[Address] [postcode] [city] [country]

I can put separators/ text in between but can seem to get it into
various lines.

[Address] & Chr(13) & Chr(10) & [psotcode]...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top