how do i make field header two lines

R

RED 5

Please help I am trying to sort out a new database and need my field header
to read a date on the tope line and week no on the bottom line,
i.e. 8 Apr 08
Wk.1

How?? Thanks Joan Mansell
 
B

Bob Quintal

Please help I am trying to sort out a new database and need my
field header to read a date on the tope line and week no on the
bottom line, i.e. 8 Apr 08
Wk.1

How?? Thanks Joan Mansell
Field.. Where? in a table, you have 1 line. in a query 1 line.

In a form or report, you can format a string for the header label
=date() & vbNewLine & "week " & Format(date(), "ww")
 

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

Top