JohnEOasis
Programmer
I have a function that I need to pass 3 fields in a query to. The function accepts EventID StartDate and EndDate and returns each day of the week. I need to get ALL of the EventIDs and Start and End dates from the events table. I an not figure out how to loop through the table to pass each of these fields from a query. Any help would be appreciated.