I have been working on this for three days, looking on the web and even downloading tutorials, Please help!!!
I am trying to get specific date from my tables:
TBL-AirportInfo
TBL-AirportAssessment
I am developing a threat assesments of airports where I assign 10 different factors to an airport. I have figured out how to do this linking the two tables by AirportID, by a one to many relationship.
I now need to pull out Specific data out of the tables:
I tried this in a form with pull down menu's, very unsuccessfully
Airport Identifier
Date of most current assessment
Threat assessment (this is derived from taking the 10 factors and /10, I haven't figured how to do this yet either. I tried the SUM but it is likewise returning an error)
Last Assessment
After I gather the data display it in a report one airfield at a time with a chart dipicting the results.
I tried the SELECT (I am new to this) and the FROM but it keeps coming up with an error.
Just to start I tried:
SELECT Date [TBL-AirportAssessment.Date] FROM TBL-AirportAssessment
It keeps returning an error.

I am trying to get specific date from my tables:
TBL-AirportInfo
TBL-AirportAssessment
I am developing a threat assesments of airports where I assign 10 different factors to an airport. I have figured out how to do this linking the two tables by AirportID, by a one to many relationship.
I now need to pull out Specific data out of the tables:
I tried this in a form with pull down menu's, very unsuccessfully
Airport Identifier
Date of most current assessment
Threat assessment (this is derived from taking the 10 factors and /10, I haven't figured how to do this yet either. I tried the SUM but it is likewise returning an error)
Last Assessment
After I gather the data display it in a report one airfield at a time with a chart dipicting the results.
I tried the SELECT (I am new to this) and the FROM but it keeps coming up with an error.
Just to start I tried:
SELECT Date [TBL-AirportAssessment.Date] FROM TBL-AirportAssessment
It keeps returning an error.

Last edited: