human_anomaly
Registered User.
- Local time
- Today, 11:39
- Joined
- Apr 12, 2004
- Messages
- 69
Here is the problem, I have a table with student names in it (as a primary key) there is another table that contains the students data. In this data table the students name is also listed, but not as a primary key, so there are many copies of a single name. What I am trying to do is open a form with the students name, but only for the students that have data. I was thinking about using Dlookup or creating a query of student names from the data table using something like a SELECT DISTINCT clause. I know I'm on the right path I just can put it all together this late in the day. Can anyone give me an idea or example of how to do this?