M
Mick Ruthven
This is my first Access project to develop, so I'm learning the ropes of
dealing with SQL Server. One thing that cropped up is that the fields seems
to be filled with training blanks. On forms that's only "strange" and an
inconvenience, but on reports it can force extra rows for "can grow" fields.
I solved the problem by doing an rtrim() on all the fields in a query before
using them in forms and reports. Is that a known issue and is there a
better/easier way to handle it?
Thanks,
Mick Ruthven
dealing with SQL Server. One thing that cropped up is that the fields seems
to be filled with training blanks. On forms that's only "strange" and an
inconvenience, but on reports it can force extra rows for "can grow" fields.
I solved the problem by doing an rtrim() on all the fields in a query before
using them in forms and reports. Is that a known issue and is there a
better/easier way to handle it?
Thanks,
Mick Ruthven