C
Chip
Hi from Oklahoma!!
I am relatively new to ACCESS and I am needing help with a problem where I
am trying to build a Form to input new Purchase Orders (PO) for my company.
Basically, my PO numbers are just incremental numbers that are currently at
"17000" so I have a form to input new PO's and it works fine but I want it to
default to the next PO# availble as this case would be "17001" instead of the
person looking up that the last number was "17000" and adding one to it. I
have tried a "Select statement" that is a SQL version of a "Max(PO#) + 1"
script that runs correctly as a stand alone query and gets me next number
available. BUT when I transfer this (select statement) to the "Default
Value" of the PO# field on the PO input form I just get "#Name?" in the PO#
field.
I know this is probably very simple and I am probably going at this all
wrong, but any assistance or help would be greatly appreciated.
And as always, THANKS IN ADVANCE!!!!
Chip
I am relatively new to ACCESS and I am needing help with a problem where I
am trying to build a Form to input new Purchase Orders (PO) for my company.
Basically, my PO numbers are just incremental numbers that are currently at
"17000" so I have a form to input new PO's and it works fine but I want it to
default to the next PO# availble as this case would be "17001" instead of the
person looking up that the last number was "17000" and adding one to it. I
have tried a "Select statement" that is a SQL version of a "Max(PO#) + 1"
script that runs correctly as a stand alone query and gets me next number
available. BUT when I transfer this (select statement) to the "Default
Value" of the PO# field on the PO input form I just get "#Name?" in the PO#
field.
I know this is probably very simple and I am probably going at this all
wrong, but any assistance or help would be greatly appreciated.
And as always, THANKS IN ADVANCE!!!!
Chip