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
AD authentication and Blackberry Enterprise Server
Network issues loading company web-site
GROUP BY Case Statements
Exchange 2007 installation on a Windows 2008 server.
Copy production windows server in to a test machine
transfering a directory with multiple files in parallel
Install issue putting windows 7 on Acer Revo r1600
wordnet dictionary thesaurus api
Excel Interop: Find cell by name
Oracle Forms 11g - ORA-12154: TNS error