*nadadia* Newbie
Joined: 21 Sep 2005 Posts: 1 Location: Lennoxville/Sherbrooke/Montreal, Quebec
|
Posted: Sep 21st, 2005 04:31 PM Post subject: Please help! |
|
|
Hello! I need help with this VBA stuff otherwise I will go insane. I am trying to write a function that will display a list of dates when a course code is selected. So far this is how my function goes:
Function fnDates(strDatesCourse As String) As String
Dim strRequest
Reqest = "SELECT schedule.code, schedule.startdate" & _
"FROM schedule" & _
"ORDER BY schedule.startdate"
Im not even sure if this is right. Anyhow what I am trying to do is that as a person clicks through the various course codes, I want all the dates that course is given on to appear in a textbox (ex: Math 546: Jan 13, Feb 24, Mar 16)
PLEASE HELP ME!!! _________________ "Cloud my eyes and tell me what to see..." - finger eleven |
|