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
SCCM Software Report By Major Revision
Show only first 25 rows of querry result
Problem: Website SSL/TLS issue causing "Internet Explorer cannot display the webpage." to be displayed.
Is it ok to plug a simple power strip into a UPS
Easy to use student management software
Emails sent as BCC
Manually Remove CITRIX XenApp v11
Calculating the correct delay of clock cycles.
CSS Javascript menu - problem aligning submenus
Not showing index/intro page if already seen by the user