Query Not Populating

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I just set up a database (relationships and all) and I wanted to test it. I
set up a very basic query using the employee table. All the fields I used in
my query have data in the table. I used EmployeeID, Last Name & First Name.
When I run my report, there's no data. Why would something like this happen?

Thank you, Karen
 
Hi,


Many possibilities. One trivial one would be that you didn't specify the
table as record source for the report. Another one would be that you didn't
bind the controls (in the report) to fields (in the table/query) used as
source for your records.


Hoping it may help,
Vanderghast, Access MVP
 
Back
Top