JaceDBN 0 Newbie Poster

Hi.,

I am busy with another access project when an idea occurred to me. Is it possible to refer to an object, lets say a command button - "Com12" using a VB expression. In application as follows:

Do until cnt = 15
str = "Com"&Cstr(cnt)
str.visible = True *****
cnt = cnt +1
loop

where str is string, and cnt is integer.

Normally i would do this:
com12.visible = true,
but the problem comes in where i would need to assign a value to a whole lot of objects.

Is there a way that I can use a varible, defined in a function or procedure to refer to an object in VB?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.