View Full Version : Report Alignment


needhelp
07-07-2003, 08:39 AM
One of my reports has two textboxes, one bound to a memo field and one bound to a number field.

What I would like to do is have the number textbox always line up with the LAST line of the memo textbox.

I have tried to add code to the Detail_Format event and the Detail_Print event but I can't seem to nail it down.

Any help with this would be greatly appreciated.

Thanks

jtvcs
07-08-2003, 01:18 PM
Best I could do is create the Texbox at 0.01" high, place its top edge hortizonally across from the bottom edge of your Memo field control. Set the Texbox properties CanGrow/Shrink to Yes. HTH JT