I would like to symbolize dynamically using a Date field and am having trouble. ArcPad will not differentiate on the date field, but it works for other attributes. The layer that is employed is a file geodatabase feature class. I think it may have worked with the date field for symbolization when it was in shapefile format, but now it is not working as a feature class. It only draws the points for Northfield, but does not observe the date field parameter. However, it looks good with ArcMap. Here is an example of some of the definition querries I've attempted:
[MUN] = 'NORTHFIELD' AND [DATE_] IS NOT NULL
[MUN] = 'NORTHFIELD' AND [DATE_] IS NULL
Should I not be using [] brackets or something?
These work well in ArcMap but do not translate into ArcPad and what I end up getting is two layers that draw all of the points only within Northfield. Within ArcMap, when the [DATE_] field has a date entered, the point feature turns red, all points are drawn twice in ArcPad.