Macro for Web Form (Sharepoint) (1 Viewer)

Chrism2

Registered User.
Local time
Today, 06:35
Joined
Jun 2, 2006
Messages
161
Hello,

I'm fairly new to Macros, and where I'd never struggle with this in VBA, simple things with Macros are foxing me.

I have a Web-Table with a Date Field [CaseDate]

I have two search boxes, [DateFrom] and [DateTo] - I need to filter the table based on the dates in the search boxes and return the cases between these two dates.

I'm setting two Local Variables, DateStart and DateEnd

I know BETWEEN cannot be used in Web Forms. But [CaseDate] => [localVars]![DateStart] And =< [localVars]![DateEnd] is coming back as an invalid Macro.

Can someone help me?

Thanks!
 

Users who are viewing this thread

Top Bottom