Joining two fields in a report

  • Thread starter Thread starter stealth
  • Start date Start date
S

stealth

I am relatively new to Access 2002 but with experience using FileMake
Pro. I am designing a library database and would like to, make tw
fields look as if they are joined eg Title/Subtitle. In Filemaker
could align/slide fields upwards or sideways to fill in gaps.

Can anyone advise whether this facility is available in Access 2002.
have tried Help and the Access 2002 bible without luck.

Cheer
 
stealth said:
I am relatively new to Access 2002 but with experience using FileMaker
Pro. I am designing a library database and would like to, make two
fields look as if they are joined eg Title/Subtitle. In Filemaker I
could align/slide fields upwards or sideways to fill in gaps.

Can anyone advise whether this facility is available in Access 2002. I
have tried Help and the Access 2002 bible without luck.

Just use an expression in a single control to display both pieces of data.

=[First] & "/" & [Second]
 
Back
Top