dynamite9585
Registered User.
- Local time
- Tomorrow, 02:24
- Joined
- Jul 4, 2010
- Messages
- 34
Ok, I have been bashing my head agianst my keys for a while trying to work this out.
i have the following queries that ware working as intended:
JNCOfinder (queries TblPersonalinfo for people who meet the critera for the JNCO course)
SNCOFinder (same as above but for a different course)
Upcomingcourses (queries TblAnnualTrainingPlan and tells me what course of ANY type is coming up)
what i need to do, is be able to run upcomingcourses, choose what course i want to send someone on. run the finder for the selected course, then append the courseID and the Cadetnumber to another table to make a relationship for filling out the report that contains data from personalinfo and TblAnnualTrainingPlan
I am not set on doing it in this exact method, but i hope this gives you an idea of what i am trying to accomplish, will happily try any other method you are happy to suggest.
i am confident i can work out the rest on my own. i have been trying to tink of ways to do it and asking on here for help to make it work the way i came up with. clearly this isn't working and only making people a whole lot more knowlegable than i very annoyed.
i have the following queries that ware working as intended:
JNCOfinder (queries TblPersonalinfo for people who meet the critera for the JNCO course)
SNCOFinder (same as above but for a different course)
Upcomingcourses (queries TblAnnualTrainingPlan and tells me what course of ANY type is coming up)
what i need to do, is be able to run upcomingcourses, choose what course i want to send someone on. run the finder for the selected course, then append the courseID and the Cadetnumber to another table to make a relationship for filling out the report that contains data from personalinfo and TblAnnualTrainingPlan
I am not set on doing it in this exact method, but i hope this gives you an idea of what i am trying to accomplish, will happily try any other method you are happy to suggest.
i am confident i can work out the rest on my own. i have been trying to tink of ways to do it and asking on here for help to make it work the way i came up with. clearly this isn't working and only making people a whole lot more knowlegable than i very annoyed.
Last edited: