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 / Forms Programming / July 2007

Tip: Looking for answers? Try searching our database.

Is This OK

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
DS - 22 Jul 2007 04:28 GMT
I'm using this to select a record in a listbox.
Is this code OK?
Thnaks
DS

Forms!frmFXEventPlanner!ListEvent.Selected(Forms!frmFXEventPlanner!TxtPartyID
- 1) = True
Scott McDaniel - 22 Jul 2007 12:12 GMT
>I'm using this to select a record in a listbox.
>Is this code OK?

Does it work? If so, then it's okay ... so long as frmFXEventPlanner is open, that is. If you're actually running this
code on frmFXEventPlanner, then you can use the Me keyword instead:

Me.ListEvent.Selected(Me.txtPartyID) = True

>Thnaks
>DS
>
>Forms!frmFXEventPlanner!ListEvent.Selected(Forms!frmFXEventPlanner!TxtPartyID
>- 1) = True

Scott McDaniel
scott@takemeout_infotrakker.com
www.infotrakker.com
DS - 22 Jul 2007 23:30 GMT
>>I'm using this to select a record in a listbox.
>>Is this code OK?
[quoted text clipped - 13 lines]
> scott@takemeout_infotrakker.com
> www.infotrakker.com
Great! Doesnt hurt to double check!
Thanks
DS
 
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.