RichardBott
MIS
I have a parent-child pair of tables and, when moving through the parent records, wish to display a listbox of the related children. I have children in the table but they do not display! Any ideas?
Some ListBox properties are as follows:
Name: txtProject_Announce_ID
Control Source: <blank>
Row Source Type: Table/Query
Row Source: SELECT qryProjectAnnouncements.Project_Announce_ID_long, ...etc... FROM qryProjectAnnouncements
WHERE (((qryProjectAnnouncements.Project_ID_long)="plongProject_ID"));
I am setting the global plongProject_ID each time movement is made through the record source by triggering Form_Current.
Richard
Some ListBox properties are as follows:
Name: txtProject_Announce_ID
Control Source: <blank>
Row Source Type: Table/Query
Row Source: SELECT qryProjectAnnouncements.Project_Announce_ID_long, ...etc... FROM qryProjectAnnouncements
WHERE (((qryProjectAnnouncements.Project_ID_long)="plongProject_ID"));
I am setting the global plongProject_ID each time movement is made through the record source by triggering Form_Current.
Richard