79563705

Date: 2025-04-09 07:27:27
Score: 1
Natty:
Report link

DateAdd expects a number (here: number of minutes). But you deliver a date/time value. 00:10 is equal to 0.00694444444444444 so you add with your query just a part of a minute to Endzeit. Try instead:

SET Timeslots.Endzeit = [Timeslots]![Startzeit]+[Prüfungen]![Dauer];
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Filler text (0.5): 4444444444444
  • Low reputation (0.5):
Posted by: Zen