A
alvin Kuiper
Hi
I have a form with another form inside, this second form is from start
visible=false when i make a choise in a combobox then the form get
visible=true and show what i want. this works fine.
But inside the second form (the hidden from start) i have this code:
Me.RecordsetClone.MoveLast
Me.lbl1.Caption = Me.RecordsetClone.RecordCount
And in this line i get an error bescause i dont have any records yet, i just
get my records when i have make my choise in the forst forms combobox can
some please help with this problem.
Regards
Alvin
I have a form with another form inside, this second form is from start
visible=false when i make a choise in a combobox then the form get
visible=true and show what i want. this works fine.
But inside the second form (the hidden from start) i have this code:
Me.RecordsetClone.MoveLast
Me.lbl1.Caption = Me.RecordsetClone.RecordCount
And in this line i get an error bescause i dont have any records yet, i just
get my records when i have make my choise in the forst forms combobox can
some please help with this problem.
Regards
Alvin