Hi,
I have this one problem that I am looking in a new light that may help me to solve it after all. Well I have been trying to display from table into a texbox and was not successful at doing so nor even successful getting the right answer from anyone. Now, I think it would be best if I could just display from a query instead(I realized that I may have to do some calculation in the table and would have to use a query). Is displaying from a query into a textbox at all possible, and how can I go about doing that? Does anyone have any ideas concerning the matter... Can someone write an example of how to do so. I have come up with a example code on how to display into a textbox by just writing it in or possible using a string--I may be close. This is the code:
Me.Text1 = Me.Text1 & "YourValue" & vbCrLf
I would welcome any new ideas or modificaiton of the code example above. Thank you very much in advance.
~~~~~~~~~~~~~
James
I have this one problem that I am looking in a new light that may help me to solve it after all. Well I have been trying to display from table into a texbox and was not successful at doing so nor even successful getting the right answer from anyone. Now, I think it would be best if I could just display from a query instead(I realized that I may have to do some calculation in the table and would have to use a query). Is displaying from a query into a textbox at all possible, and how can I go about doing that? Does anyone have any ideas concerning the matter... Can someone write an example of how to do so. I have come up with a example code on how to display into a textbox by just writing it in or possible using a string--I may be close. This is the code:
Me.Text1 = Me.Text1 & "YourValue" & vbCrLf
I would welcome any new ideas or modificaiton of the code example above. Thank you very much in advance.

~~~~~~~~~~~~~
James