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
Microsoft Word 2007with Windows 7
Report ot few records
Symantec Endpoint Protection - SID 23615 HTTPS Tidserv Request 2 Detected
How do I charge for a job?
Cisco 2950 Vlan for Voice
Access Report Ribbon
Pass URL Parameter to multiple iFrames in ASP
Multiple Stored Procedures in a single transaction
Junk email folder on PST and OWA
SSG5 VPN Routing, internal LAN route works, VPN route doesnt.