S
Solomon Wilde
I am setting up an Access 2000 database where meter readings are
recorded in a table (tblReading). I want each reading entered for any
particular meter to have to be larger tha n (or equal to) the
previous reading. My patchy knowledge of Access tells me I could write
some vba for the AfterUpdate event for the txtReading text box but is
there a better way of doing this? Could I use a CHECK constaint or
something else?
Any help greatly appreciated.
recorded in a table (tblReading). I want each reading entered for any
particular meter to have to be larger tha n (or equal to) the
previous reading. My patchy knowledge of Access tells me I could write
some vba for the AfterUpdate event for the txtReading text box but is
there a better way of doing this? Could I use a CHECK constaint or
something else?
Any help greatly appreciated.