I need a text function that will insert 8 spaces at the beginning of my text field. Help?
K Kirk P. Mar 16, 2005 #1 I need a text function that will insert 8 spaces at the beginning of my text field. Help?
K Ken Snell [MVP] Mar 16, 2005 #3 Or =Space(8) & [FieldName] -- Ken Snell <MS ACCESS MVP> Rick B said: =" " & [some field name] Kirk P. said: I need a text function that will insert 8 spaces at the beginning of my text field. Help? Click to expand... Click to expand...
Or =Space(8) & [FieldName] -- Ken Snell <MS ACCESS MVP> Rick B said: =" " & [some field name] Kirk P. said: I need a text function that will insert 8 spaces at the beginning of my text field. Help? Click to expand... Click to expand...