G
Guest
Is there a way to right justify a field in a listbox. I have a field that is
a number , standard , 2 decimals and it looks awkward with being left
justified.
Here is the code for the listbox: It is the Amount field I am working with.
[Forms]![frmAddInvoice]![lbInvoice].RowSource = "SELECT DISTINCTROW
[qBatchAPInvSel2].[VendorId], [qBatchAPInvSel2].[InvNum],
Len([qBatchAPInvSel2].[Amount]) , [qBatchAPInvSel2].[Order] FROM
[qBatchAPInvSel2];"
Thank you for your help.
Steven
a number , standard , 2 decimals and it looks awkward with being left
justified.
Here is the code for the listbox: It is the Amount field I am working with.
[Forms]![frmAddInvoice]![lbInvoice].RowSource = "SELECT DISTINCTROW
[qBatchAPInvSel2].[VendorId], [qBatchAPInvSel2].[InvNum],
Len([qBatchAPInvSel2].[Amount]) , [qBatchAPInvSel2].[Order] FROM
[qBatchAPInvSel2];"
Thank you for your help.
Steven