D
Dave
Hi,
I'm having real trouble getting the 'On Change' event for
a combo box on a Form to select the last entered record in
a table that has the selected option in the combo box.
Once selected then populate other fields on the form with
the data from that record.
I tried using the SQL code
SELECT TOP 1
FROM
WHERE
but with no luck. Is there an easy way to do this.
Thanks
Dave
I'm having real trouble getting the 'On Change' event for
a combo box on a Form to select the last entered record in
a table that has the selected option in the combo box.
Once selected then populate other fields on the form with
the data from that record.
I tried using the SQL code
SELECT TOP 1
FROM
WHERE
but with no luck. Is there an easy way to do this.
Thanks
Dave