Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Reports / Printing / December 2005

Tip: Looking for answers? Try searching our database.

Select Information from cbo in a form a show second column in report

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
AndyEduardo - 06 Dec 2005 12:18 GMT
Thanks for your attention

I have one form, and I want to make a report about this, there is a cb
in the form that show CostumerID(first Column), CostumeName(2nd Column)
I want to see in one txt of  the report the Constumer's Name , not th
CostumerID........I want to say that...in the txt of the report I wrot
.... =Forms!Invoice!cboCostumerID it shows CostumerID of course, but i
the form the cbo don't shows CostumerID because I wrote in ColumnWidt
0cm;2cm, and evidently I can't to see the CostumerID and I can see th
Costumer's Name

My question is this, can I do that in the txt of the report without t
make reference to other thing different of the form (table or query)

--
AndyEduard
Jeff Boyce - 06 Dec 2005 13:52 GMT
Andy

In your report, you could refer back to the value of that second column in
the form's combo box, using something like:

   =Forms!Invoice!cboCostumerID.Column(1)

(you use Column(1) because .Column() is zero-based -- first column is 0,
second is 1, ...)

Signature

Regards

Jeff Boyce
<Office/Access MVP>

> Thanks for your attention
>
[quoted text clipped - 9 lines]
> My question is this, can I do that in the txt of the report without to
> make reference to other thing different of the form (table or query)?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.