User266794086 posted
Hi,
Can somebody tell me how to write MS ACCESS select Query which will display full text field size in a resultset,
Ex. if a Column is company (text(15)) and the value in a row is 'Microsoft' (9 chars) then I want a result set to display Microsoft + 6 spaces = 15 chars
whatever is the field's size minus field's value should be filled with spaces in the resultset
Can somebody help me with this?