adding text field to e-mail data collection query

P

Philip

I am using a query to collection time card information. HR compliance
requires that the employee "sign" the timecard, including a statement as to
the correctness and veracity of the info.
For the signature, I created a blank field where the employee enters his
initials, but I cannot figure how to have the TEXT statement show on the
e-mail form without being part of the timecard table - a tremendous waste of
space.
 
L

Lord Kelvan

use a query and have something like

select *, "the text statement" as textstatement
from timecardtable

Regards
Kelvan
 

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