I have 2 tables, that are connected with a one to many relationship.
I have a BikeID (FK) in a bikeSold table with another table called BikeInfo (PK). However when I go to create a report I can just not get the "BikeName" to be shown instead of the (FK/PK)!
(here is the image of the table however please take note that you cant see the many sign however when right clicking it does say that it is)
When I generate the report I get the PK where as I need to show the BikeName, I have tried Dlookup, SQL and Queries and just none of them seem to work. (admittedly it has been a while since I worked with databases)
I thought this was going to be one of the simple things to do!