Hi, this is driving me crazy, I've posted several times with different attacks on the same problem and still I have no solution. I think I could solve my problem if I could just get data from my table on the form in the "form" I want it to be. The Problem...I have a table with the data I need to be on the form. This data is in one field. I can put the field on the form..no problem. Then I would like to put the same field right beside this one using data from that same field but from a "different" row.
For Example if my table was...
Field x
abc
def
ghi
jkl
mno
pqr
How can I get a form to look like
abc jkl mno pqr
or any other combination or order I need...Is this impossible..Maybe it's simple and I'm to new at Access to see how. I've tried crosstab queries, multiple tables, and a host of other things but I am stuck on this problem..and it shouldn't (in my opinion) be a problem. Do I need some kind of coding or cursor control to reference the field and row number to the field placement on the form. I have a table with 600 rows of data in one field that I would like to see (all) on a form. Please help with any ideas..I would really appreciate it.. It's driving me nuts. If it can't be done, I need to know that also.. Access surely has some kind of SQL or VB coding that would step thru a table and put this data on a form..
Thanks in advance for any help.
Terry
For Example if my table was...
Field x
abc
def
ghi
jkl
mno
pqr
How can I get a form to look like
abc jkl mno pqr
or any other combination or order I need...Is this impossible..Maybe it's simple and I'm to new at Access to see how. I've tried crosstab queries, multiple tables, and a host of other things but I am stuck on this problem..and it shouldn't (in my opinion) be a problem. Do I need some kind of coding or cursor control to reference the field and row number to the field placement on the form. I have a table with 600 rows of data in one field that I would like to see (all) on a form. Please help with any ideas..I would really appreciate it.. It's driving me nuts. If it can't be done, I need to know that also.. Access surely has some kind of SQL or VB coding that would step thru a table and put this data on a form..
Thanks in advance for any help.
Terry