eran185
05-23-2007, 07:23 AM
can i take a text box from a form and put it on a report (or on a table ) ?
|
View Full Version : text box from form to report ? eran185 05-23-2007, 07:23 AM can i take a text box from a form and put it on a report (or on a table ) ? rainman89 05-23-2007, 07:43 AM you can place a txt boxs VALUE from a form to a report. make an unbound txtbox on your report and put =forms!yourformname.yourcontrolname as its control source. cant put txt boxes in tables eran185 05-23-2007, 08:05 AM hey iwm "fresh" , could u explain ? rainman89 05-23-2007, 08:10 AM Maybe i need a little more information on what you are trying to do boblarson 05-23-2007, 08:14 AM Maybe i need a little more information on what you are trying to do And maybe a translation of what this means: iwm "fresh" rainman89 05-23-2007, 08:20 AM And maybe a translation of what this means: Its the hip lingo. you wouldnt understand boB boblarson 05-23-2007, 08:21 AM Its the hip lingo. you wouldnt understand boB That's why I asked...:rolleyes: rainman89 05-23-2007, 08:24 AM That's why I asked...:rolleyes: honestly i dont know what it means either... eran185 05-23-2007, 08:37 AM hey bob and rainman it's mean that i'm fresh in the access buisness :) can u explain me slowly ??? rainman89 05-23-2007, 08:39 AM yes i can, but i need to understand exactly what u are trying to do eran185 05-23-2007, 09:04 AM i have a textbox (http://www.access-programmers.co.uk/forums/showthread.php?t=128658) in my form. i need a report , that one of the fields is the textbox rainman89 05-23-2007, 09:15 AM you can place a txt boxs VALUE from a form to a report. make an unbound txtbox on your report and put =forms!yourformname.yourcontrolname as its control source. cant put txt boxes in tables I dont see any reports on the database samples, and i cant really read whats going on but......in your report like i said make an unbound txt box and set the control source eran185 05-23-2007, 09:33 AM i will try it thanks :cool: eran185 05-24-2007, 03:22 AM hey in the att.file , we can see that the report has a problem. i guess that threr is something i missed... |