I've got the following problem.
I created a mainform with some fields on it.
In those fields people can fill date, time and location.
The primary key consists of date/time/user_id
To make selection in the future more easy etc I created a field afspraak_id. Just in case.
Now I have this subform on which people can see how many appointments they have made and where they will be.
This selection is done on user_id.
But what I want next is that when people click on a row in the subform is that the appropriate record in the mainform comes visible.
Any idea how I can do that?
Thanks in advance,
Thijs Kromhout
The Netherlands.
I created a mainform with some fields on it.
In those fields people can fill date, time and location.
The primary key consists of date/time/user_id
To make selection in the future more easy etc I created a field afspraak_id. Just in case.
Now I have this subform on which people can see how many appointments they have made and where they will be.
This selection is done on user_id.
But what I want next is that when people click on a row in the subform is that the appropriate record in the mainform comes visible.
Any idea how I can do that?
Thanks in advance,
Thijs Kromhout
The Netherlands.