This should be easy but.... lol
I am populating a form field from a query. It is numerical (currency) so I want the data to align right instead of the default left. I have tried variations of the below with no success. Do I need to use CSS?
<INPUT name="s_limit"
type="text"
align="right"
id="s_limit"
value="#Recordset1.s_limit#"
size="10">
Thanks in advance!
Idealism increases in direct proportion to one's distance from (or ignorance of) the problem.
BT
I am populating a form field from a query. It is numerical (currency) so I want the data to align right instead of the default left. I have tried variations of the below with no success. Do I need to use CSS?
<INPUT name="s_limit"
type="text"
align="right"
id="s_limit"
value="#Recordset1.s_limit#"
size="10">
Thanks in advance!
Idealism increases in direct proportion to one's distance from (or ignorance of) the problem.
BT