
Originally Posted by
Missinglinq
In both the DOB and the Date of Incident Textboxes, the two you're having this problem with, you have their Formats set to @! I have no idea what you were trying to do, because I can find no reference to this character being used for anything, Formatting-wise, except vis-à-vis creating a shortcut in a Command Button's caption.
Simply changing the Format to 'Short Date,' or another date-specific Format, resolves the problem.
Also note that your Incident Time and Date of Incident Fields are name 'Time' and 'Date,' both of which are Reserved Words, in Access, and both of which, if you keep these names, are going to jump up and bite you in the rump, sooner or later! Change these Fields to something like IncidentTime and IncidentDate; it'll not only prevent problems, down the line, but it'll make it easier to understand which Time/Date you're looking at!
Linq ;0)>