PDA

View Full Version : Solved: FORMATTING A TEXT BOX



GaryB
07-19-2011, 11:22 AM
Hi!

Is there any way to format a text box to have columns?

Thanks,

Gary

HiTechCoach
07-20-2011, 09:35 AM
There is not a built in way to handle columns with the native text box control.

By columns are you wanting to enter data formatted into columns like you could do in a word processor like Word?

If it we mine I would use a database method. That would be to use a child table to store each item as a separate record. Then you can use the report's feature to create the columns. This also makes the data searchable and more re-usable that just a huge amount of text.

GaryB
07-20-2011, 10:55 AM
Hi Boyd,

Thanks for the reply. If this were something I would need to catalog I would agree with what you are saying, but, this is just a description box on a job folder. What I ended up doing is placing two description boxes as memo fields next to each other and kind of created two columns that way. Not the most technical, but, it works.

Thanks,

Gary

HiTechCoach
07-20-2011, 11:47 AM
With only two fields that should be fine. If you need more than two then a separate table would be best.

GaryB
07-20-2011, 01:25 PM
Thanks for the insight.

HiTechCoach
07-20-2011, 01:37 PM
Gary,

You're welcome.