Help on Dlookup

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
 
R

Rick Brandt

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]...
 
Top