View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
nath nath is offline
external usenet poster
 
Posts: 57
Default User form controls add

ITS OK I HAVE DONE THIS NOW.

THANKS ANY WAY

NATH
-----Original Message-----
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.
.