N
nath
Hi
I am using the code below to add controls to a form based
upon what the fields they relate to in access. i.e. With
a SQL rowsource, they have a combo box, normal they just
have a text box. This works fine.
EvoDataForm2.Controls.Add "Forms.textbox.1", ("Fld" & h),
True
What i need to do now is to add these controls in a
similar way, but on a multipage. I am sure it wont be
that much different in relation to code, but i just cant
figure it out.
TIA
Nath.
I am using the code below to add controls to a form based
upon what the fields they relate to in access. i.e. With
a SQL rowsource, they have a combo box, normal they just
have a text box. This works fine.
EvoDataForm2.Controls.Add "Forms.textbox.1", ("Fld" & h),
True
What i need to do now is to add these controls in a
similar way, but on a multipage. I am sure it wont be
that much different in relation to code, but i just cant
figure it out.
TIA
Nath.