A
Alan
I have a very simple database, storing information for
production Kanban cards. The user inputs how many cards
there are (ie. 1 to 12) and many other fields, and then
all cards are to be printed based on other requirements.
The only additional thing I want to automate is the
changing of card numbers. Right now I have to go in and
manually change the field from 1 to 2, 2 to 3,...8 to 9,
print individually till all have been printed. I was
trying to get this to work in a query with the IFF
statement,
IFF([start]=[finish],"",[start]+1)
production Kanban cards. The user inputs how many cards
there are (ie. 1 to 12) and many other fields, and then
all cards are to be printed based on other requirements.
The only additional thing I want to automate is the
changing of card numbers. Right now I have to go in and
manually change the field from 1 to 2, 2 to 3,...8 to 9,
print individually till all have been printed. I was
trying to get this to work in a query with the IFF
statement,
IFF([start]=[finish],"",[start]+1)