B
Bill Phillips
I have an order table tblOrderDet into which I am
inserting records copied from a mainframe application.
The mainframe application does provide me with a Line#.
Line# will start at 1 for every quote and increment by 1.
Because I may have to use the same pasting procedure more
than once per order I need to be able to determine how
many records exist and what the maximum value (Max Line#)
is so I can increment the line# field. I'm sure I need to
use a domain funtion, but don't know how. Also I need to
be able to specify the current Order# as a criteria for
the domain function. If I can just get the domain
functions to work, I can code the line# and the
increment. Any help is greatly appreciated.
inserting records copied from a mainframe application.
The mainframe application does provide me with a Line#.
Line# will start at 1 for every quote and increment by 1.
Because I may have to use the same pasting procedure more
than once per order I need to be able to determine how
many records exist and what the maximum value (Max Line#)
is so I can increment the line# field. I'm sure I need to
use a domain funtion, but don't know how. Also I need to
be able to specify the current Order# as a criteria for
the domain function. If I can just get the domain
functions to work, I can code the line# and the
increment. Any help is greatly appreciated.