Using VFP7 on Windows 7.
I have 3 tables: Members, Volunteers, and VolunteerTasks.
On the Members form, I have a combo box, which allows selecting a task from VolunteerTasks.
There is also a button, whose User Procedure should gather a few fields from the record
open in the Members table, combine it with the selection from the combo box, and
APPEND them to the Volunteers table.
I have been going around this for a long time, and getting nowhere because, once the
combo box is activated, Members is no longer open.
Is what I am attempting to do even possible?
Thanks for any hints,
Don Oliver
I have 3 tables: Members, Volunteers, and VolunteerTasks.
On the Members form, I have a combo box, which allows selecting a task from VolunteerTasks.
There is also a button, whose User Procedure should gather a few fields from the record
open in the Members table, combine it with the selection from the combo box, and
APPEND them to the Volunteers table.
I have been going around this for a long time, and getting nowhere because, once the
combo box is activated, Members is no longer open.
Is what I am attempting to do even possible?
Thanks for any hints,
Don Oliver