D
dcc15
I have a DB (single/ flat table contains all data) that I have out grown. I
would start a new DB that will allow better separation of data types. This
will be a Quality Database that contains information related to rejected/
defective material, 2 tables: in-house (MRB) & customer (DMR) and associated
(with DMR) Return Material Authorization (RMA). The thing I need help with is
having a unique Doc. ID/Tracking number for each record (of course in the
format I want). I would like to have a command function form (button for each
type) to create a new record that when selected would open a data entry form
with a "created date", "auto-number" (can an auto-number have a format which
contains leading zeros?) field and then auto fill another field "docID". The
number field does not have to be auto as I can start a number sequence and
use add 1 in the formula (might be better). The ideal number would look like:
DMR-2007000001, where "DMR-" is a fixed text string, 2007 is the year
(obtained from "created date") and 000001 would be from the auto-num/ record
num. The "year" portion is not absolutely necessary as quarries can be made
from "created date", but it would be nice. Any help/ examples would be
greatly appreciated...Thanks
would start a new DB that will allow better separation of data types. This
will be a Quality Database that contains information related to rejected/
defective material, 2 tables: in-house (MRB) & customer (DMR) and associated
(with DMR) Return Material Authorization (RMA). The thing I need help with is
having a unique Doc. ID/Tracking number for each record (of course in the
format I want). I would like to have a command function form (button for each
type) to create a new record that when selected would open a data entry form
with a "created date", "auto-number" (can an auto-number have a format which
contains leading zeros?) field and then auto fill another field "docID". The
number field does not have to be auto as I can start a number sequence and
use add 1 in the formula (might be better). The ideal number would look like:
DMR-2007000001, where "DMR-" is a fixed text string, 2007 is the year
(obtained from "created date") and 000001 would be from the auto-num/ record
num. The "year" portion is not absolutely necessary as quarries can be made
from "created date", but it would be nice. Any help/ examples would be
greatly appreciated...Thanks