Hi,
Is there anyone out there who can help me with this problem? I am simply trying to display data from a table into a Texbox value. Using of course a query. This is what I have come up with so far:
Me.Text1 = Me.Text1 & "YourValue" & vbCrLf
I tried typing in the name of the fields and that is not working. I know that I can use a list box, but I much rather use a Text box so that I can take advantage of the text quality. I intend to display different fonts at a time in each line. Plus I like the look of the textBox. Someone please make my dream come true and show me how to do this. I am open to new concepts and techniques.
Thanks
James
Is there anyone out there who can help me with this problem? I am simply trying to display data from a table into a Texbox value. Using of course a query. This is what I have come up with so far:
Me.Text1 = Me.Text1 & "YourValue" & vbCrLf
I tried typing in the name of the fields and that is not working. I know that I can use a list box, but I much rather use a Text box so that I can take advantage of the text quality. I intend to display different fonts at a time in each line. Plus I like the look of the textBox. Someone please make my dream come true and show me how to do this. I am open to new concepts and techniques.

Thanks
James
Last edited: