Change Source of Combobox

  • Thread starter Thread starter Teddy
  • Start date Start date
T

Teddy

I have a combobox in a form. In the Enter-Function of that combobox I
create a temp table or query, so I don't know the name when I edit the
form. How can I tell Access with VBA to use this table or query as
source for the combobox?

Thanks
Teddy
 
change the rowsource property of the combocontrol in the Form_open Event is
1 solution..

HTH
Pieter
 
Back
Top