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
License CAL Exchange 2007
How to cleanly kill an Excel object from memory.
Open new window from gridview hyperlink with no menu or toolbar in new window (also set width and height)
Learning PHP PDO
Shell script to queue commands
iMac Snow Leopard Mouse pointer jitter and always go back to upper left corner
Windows 2k8 R2 Remote Desktop Services keeps disconnecting users
Sage ACT 2010 - How to create the database in the server and provide connection for remote computers
vlan isolation - need to keep a vlan from seeing network
Juniper Network Connect won't reconnect after forced logout