BenH
09-06-2000, 01:58 PM
I have set up a label =trim([ProjNumber]) & " " & Trim([Name]). Is there a way to highlight just the ProjNumber, so when printing it stands out??
|
View Full Version : Format within text box BenH 09-06-2000, 01:58 PM I have set up a label =trim([ProjNumber]) & " " & Trim([Name]). Is there a way to highlight just the ProjNumber, so when printing it stands out?? accesswatch 09-06-2000, 04:20 PM I don't know of any way to do this but you could use 2 labels, one for the Project and another for the name. Right aligning the first on and left aligning the second label should do it. Hope this helps Trevor from www.accesswatch.co.uk (http://www.accesswatch.co.uk) accesswatch 09-06-2000, 05:10 PM I have just come across this link which may be of help. http://www.lebans.com/Report.htm All Looks a bit to complicated for me. Regards trevor from www.accesswatch.co.uk (http://www.accesswatch.co.uk) BenH 09-07-2000, 07:02 PM Thanks, I think? j/k Yes, a little too technical for me. Maybe when I have some time to kill I will attempt to make it useful. It looks like they supplied some directions in the mudule. Thank you very much for helping!! Ben |