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
Access Report Using '=Format$' asks for Parameter when Opened
Unable to issue commands to Tivoli Storage Manager 6.1 Server using the Administration Center Console
Is it possible to apply style, such as bold or color, to a single line in TMemo1 control?
Windows Service crashing on one machine, not on the other
Wireless LAN , Larger Scale
how to enable java in ipad sfari
Whats wrong with my css?
Event code: 3005 - An unhandled exception has occurred with custom ASP.Net app
SBS 2008 Server running extreamly slow
Reading data off Raid 0