79335453

Date: 2025-01-07 09:30:18
Score: 1
Natty:
Report link

For dates use # around the value. For example:

FieldDate = #" & dbTable1!MyDateField & "#

For boolean you typically use True/False (or 0/−1), no quotes. Fr example:

FieldBool = " & dbTable1!MyBoolField & "

(Access recognizes True/False without quotes)

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: LukiRoth