Kein Wunder, wenn man das Feld "StckPreis" als Integer-Feld definiert!!!
Datentyp Currency wäre richtig.
Code:
RechnungTemp
Fields
Anzahl : Integer
Fixed
Nullable
ArtNr : VarWChar(255)
Nullable
Bezeichnung : VarWChar(255)
Nullable
Datum : VarWChar(255)
Nullable
GesamtPreis : Currency
Fixed
Nullable
ID : Integer
Fixed
Seriennummer : VarWChar(255)
Nullable
StckPreis : Integer
Fixed
Nullable
Uhrzeit : VarWChar(255)
Nullable
USt : Integer
Fixed
Nullable