D
domibud
Hi,
I post a question a couple days ago in microsoft.public.access.forms, and I
didn't get a reply.
So, here I'm asking that question again.
I have a form, say frmB, that I open with acDialog option.
The trigger that open frmB is command button on frmA.
ListboxB is in frmB.
TextboxA and TextboxC are in frmA, which define a starting and ending number.
I want ListboxB to list all value that the range is defined by TextboxA and
TextboxB.
I tried using:
CtrListboxB.ItemData(row) = X
in do until loop, where X is the value that I need to be in the ListboxB, to
no avail.
I appreciate any suggestion to help me solve this.
I post a question a couple days ago in microsoft.public.access.forms, and I
didn't get a reply.
So, here I'm asking that question again.
I have a form, say frmB, that I open with acDialog option.
The trigger that open frmB is command button on frmA.
ListboxB is in frmB.
TextboxA and TextboxC are in frmA, which define a starting and ending number.
I want ListboxB to list all value that the range is defined by TextboxA and
TextboxB.
I tried using:
CtrListboxB.ItemData(row) = X
in do until loop, where X is the value that I need to be in the ListboxB, to
no avail.
I appreciate any suggestion to help me solve this.