S
Simonglencross
Looking for a little bit of help as usual!
I have an unbound list box on my screen which is filled using a query as
follows :-
SELECT [MainScreenApps].[BeginTime], [MainScreenApps].[EndTime],
[MainScreenApps].[LastName], [MainScreenApps].[FirstName],
[MainScreenApps].[Salutation], [MainScreenApps].[AppointmentType] FROM
[MainScreenApps].
What I have also done is add a on dbl click event which then opens
Task/Appointment Form, this is where I get stuck! What I would like it to do
is then go to the record which I have just double clicked on.
Thank you all very much in advance.
Simon
I have an unbound list box on my screen which is filled using a query as
follows :-
SELECT [MainScreenApps].[BeginTime], [MainScreenApps].[EndTime],
[MainScreenApps].[LastName], [MainScreenApps].[FirstName],
[MainScreenApps].[Salutation], [MainScreenApps].[AppointmentType] FROM
[MainScreenApps].
What I have also done is add a on dbl click event which then opens
Task/Appointment Form, this is where I get stuck! What I would like it to do
is then go to the record which I have just double clicked on.
Thank you all very much in advance.
Simon