Hi all!!
I need help on comboboxes in Access V7!
I have an unbound combobox that uses the following as the recordsource:-
SELECT DISTINCTROW [tblBankRecLastBalance].[StartBalDate] FROM [tblBankRecLastBalance];
with a Row Source Type of:- Table/Query
my problem is that when the form loads, I need the first entry to be displayed and the value placed into a variable
I have tried using listindex=0 but this just reutrns an error!!!!
Can anyone help??
Regards,
Alan
I need help on comboboxes in Access V7!
I have an unbound combobox that uses the following as the recordsource:-
SELECT DISTINCTROW [tblBankRecLastBalance].[StartBalDate] FROM [tblBankRecLastBalance];
with a Row Source Type of:- Table/Query
my problem is that when the form loads, I need the first entry to be displayed and the value placed into a variable
I have tried using listindex=0 but this just reutrns an error!!!!
Can anyone help??
Regards,
Alan