CoachPhil
09-23-2010, 04:27 PM
All queries work correctly, but all reports are displaying just a portion of the first name. all reports!
any ideas would be greatly appreciated
any ideas would be greatly appreciated
|
View Full Version : Reports displaying garbage CoachPhil 09-23-2010, 04:27 PM All queries work correctly, but all reports are displaying just a portion of the first name. all reports! any ideas would be greatly appreciated PNGBill 09-23-2010, 04:50 PM Is the Control wide enough?? Is there some event on the firstname control? If the query result shows a full name and this query is the report record source and given no other issues, then you would expect the report to show the same data the query does. Have you tried to create a report from the query using the wizard and see if the name is showing properly. CoachPhil 09-26-2010, 06:13 PM Bill, I will check and respond asap. This program had been generating reports effectively for 18 months and then--WHAM! appreciate your responding vbaInet 09-27-2010, 02:56 AM FYI: It might also be that the Can Shrink property of the textbox is set to YES. |