Microsoft
Software
Hardware
Network
Question : Populate a Listbox with a query on MS Access
I have this query
SELECT FundName, LastContactDate, LastFileDate
FROM modhist
WHERE DateDiff("d", NZ(LastContactDate, #1/1/2010#), Date()) > 90;
I would like to show it like this inside a ListBox
modhist.FundName, You have not contacted this firm since "modhist.LastContactDate"
how would I do this.
Thanks
Answer : Populate a Listbox with a query on MS Access
The easiest way would be to add the string to your SELECT statement, and then set that as the control's source.
So, something like...
SELECT FundName & ", You have not contacted this firm since & LastContactDate & "'"
FROM ...
Random Solutions
Why does my outlook show three tasks for every email I mark?
Post data back to jquery
Modifing the configuration of a PIX 515 with Fail-over license
Exchange 2010 on Windows Server Enterprise 2008 SP2 Locking Up
prstat vs top command
Fill Combo Box Method
3d barcodes (q-codes)
WHat is the recommended size for the swapfile for my SQL Server ?
Video Chat Capabilities
A non-SYN packet was dropped because it was sent by a source that does not have an established connection with the Forefront TMG computer