A
Andibevan
I have a listbox that is populated with the following query.
SELECT [tbl_Plog_CR_Import].[CR Number], [tbl_CR_Costs_Schedule].[CR Batch]
FROM tbl_Plog_CR_Import INNER JOIN tbl_CR_Costs_Schedule ON
[tbl_Plog_CR_Import].[CR Number]=[tbl_CR_Costs_Schedule].[CR Number];
How would I go about setting the default value to the max number in the
listbox.
I realise I could do this by putting some code in the Form's Load event but
was wondering if there was another method.
TIA
Andi
SELECT [tbl_Plog_CR_Import].[CR Number], [tbl_CR_Costs_Schedule].[CR Batch]
FROM tbl_Plog_CR_Import INNER JOIN tbl_CR_Costs_Schedule ON
[tbl_Plog_CR_Import].[CR Number]=[tbl_CR_Costs_Schedule].[CR Number];
How would I go about setting the default value to the max number in the
listbox.
I realise I could do this by putting some code in the Form's Load event but
was wondering if there was another method.
TIA
Andi