davidnewbie
Registered User.
- Local time
- Today, 08:47
- Joined
- Oct 6, 2008
- Messages
- 13
Hello,
I am currently trying to create a report of some rows from a query on a place it on a form (it's based on data from the main form). I am currently appending text into a label.. There has got to be a better way to do it, but i heard you cannot use a sub-report on a form, I would like to get the text all lined up -- for example:
Date Time |col1|Col2 |col3 | col4|Col5----------------------------------------------10/01/08 18:43| IN| CHS002| 1234| DH|10/23/08 09:36|OUT| CHS002| 1456| DH|222 any ideas?.. is it best to stick all the data into a sub-form?
I am currently trying to create a report of some rows from a query on a place it on a form (it's based on data from the main form). I am currently appending text into a label.. There has got to be a better way to do it, but i heard you cannot use a sub-report on a form, I would like to get the text all lined up -- for example:
Date Time |col1|Col2 |col3 | col4|Col5----------------------------------------------10/01/08 18:43| IN| CHS002| 1234| DH|10/23/08 09:36|OUT| CHS002| 1456| DH|222 any ideas?.. is it best to stick all the data into a sub-form?