In my database I have five forms for entering in the blue print numbers. These five forms are for the size of the prints being entered. A size prints, B size, C size, D size, and finally E size. These forms are gathering the data through a query I made. In each of these forms the print numbers are for the most part in numeric order.
Is it possible to make a default value expression that would put the next number in the new record?
Example:
PRINT #
-------
A30084
A30085
NEW* A30086 <-----"Need an expression that would
do exactly that
-joel-
Is it possible to make a default value expression that would put the next number in the new record?
Example:
PRINT #
-------
A30084
A30085
NEW* A30086 <-----"Need an expression that would
do exactly that
-joel-