B
Bob Howard
I have a list box in the subform of a subform of a form (I know ... I'm
crazy!).
Anyway, I want to right-justify the third column. I built an Access Query
for this as it was too complicated to build by hand and anyway I didn't know
how to build it manually. The Query joins two tables. I put the first two
columns in the Query. For the third column (the "amount" field), I need to
insert something like:
RightJustifiedAmount: JustifyString("form name","list box control name",
.[amount], 3, False, "subform control within subform control")
.... assuming
.[amount] is where the amount field is coming from ...
But I'm a bit confused on how to specify the form's name, and I'm totally
clueless on how to specify the subform within the subform.
The form is named [Deposit Batch Process Form - Batches]
The control on the form that contains the higher level subform is
[Child-Items]
The control on the higher level subform that contains the lower level
subform is [Child-Splits]
The control name of the list box on the lower level subform is [Split List
Box]
Does anyone know how to reflect this in the Query?
Thanks for the help.... (help!)
Bob (@Martureo.Org)
crazy!).
Anyway, I want to right-justify the third column. I built an Access Query
for this as it was too complicated to build by hand and anyway I didn't know
how to build it manually. The Query joins two tables. I put the first two
columns in the Query. For the third column (the "amount" field), I need to
insert something like:
RightJustifiedAmount: JustifyString("form name","list box control name",
.... assuming
But I'm a bit confused on how to specify the form's name, and I'm totally
clueless on how to specify the subform within the subform.
The form is named [Deposit Batch Process Form - Batches]
The control on the form that contains the higher level subform is
[Child-Items]
The control on the higher level subform that contains the lower level
subform is [Child-Splits]
The control name of the list box on the lower level subform is [Split List
Box]
Does anyone know how to reflect this in the Query?
Thanks for the help.... (help!)
Bob (@Martureo.Org)