Records are not displayed on MS Access Report....[RESOLVED]
I created a Report in Access XP. I connected text fields of Report with fields in a Table in the same MDB. But when I see preview or run it from within VB, the Report is not displying records. It just displays the expression used to connect the Table.
What's the problem?
Re: Records are not displayed on MS Access Report.
How are you displaying the report from VB? Also, does it work if you preview the report in Access?
Re: Records are not displayed on MS Access Report.
It is not displayig records neither in Access (if preview is seen), nor from VB. For example if the field is a Text Field for displaying 'Name', it displays '#Name?', in the Text Field.
Re: Records are not displayed on MS Access Report.
Is your report source assigned to the query? And are you assinging the
textbox recordsources using the dropdown or typing in a formula using the equals sign at the very begining?
Records are not displayed on MS Access Report...[RESOLVED]
I've found the problem. I had not set the Report RecordSource property. Now it is running fine.
Thanks RobDog888.
Re: Records are not displayed on MS Access Report....[RESOLVED]