Share via

Error Message Regarding Record Source

Anonymous
2019-07-30T14:17:47+00:00

In Access, I created a table and attempted to create a report based on it.

I am getting the error message below:

 "The record source '~sq_dAccess Applications~as_Type' specified on this form or report does not exist.

The name of the recordsource may be misspelled, or the recordsource  exist in a different database in the Form or Report's Design view or Layout view, display the property sheet by clicking the Properties button, and then set the RecordSource ..."

There is only one table in this Access file.  I followed the instructions to re-select it to no avail.  

I also re-created the report from scratch with the same results.

Also, the reports do not show the contents of fields with value lists distincly?  Is there a setting that I need to do that?

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Duane Hookom 26,825 Reputation points Volunteer Moderator
2019-07-30T15:23:23+00:00

It seems you might be using lookup fields defined in your table designs. Generally this is a bad idea. It is also not recommended to use value lists for your lookup fields and/or combo boxes.

Consider using only small lookup tables and combo boxes on forms. Then your reports can join your main table to the lookup tables to produce the desired results.

Was this answer helpful?

2 people found this answer helpful.
0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Anonymous
    2019-07-31T14:59:49+00:00

    I reinserted the fields in the report and it resolved the problem of the table name appearing instead of the field contents in the report.  I am good to go.  Thanks for your help.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2019-07-31T14:29:01+00:00

    Thanks very much!

    That solved the problem of the error message.  But, now, the report shows the names of the tables rather that the data in the table.

    For example, instead of showing the selection for each category in the report's detail, it shows the ame of the table "Category"

    I created table for Category, Type and Software.  Then I set each of the ose fields to link to its respective table as follows: Display Control: Combo Box, Row Source Type: Table/Query, Row Source: (the corresponding table).

    Can you help with that?

    Was this answer helpful?

    0 comments No comments