I have 2 tables one that is called Counter table: 1 row 1 column that has a numeric value in it. The second table is called and EC my purchase order number/information in it.
Here is what I am trying to do (if it is possible)
So the user will push the add record button and the purchase order number will be the present number stored in the counter table (then the table increments) and the rest of the fields blank. Then i want to be able to fill out all the details (date, customer name, address, city state, number) and save that information in the purchase order table. I have module that increments the counter tableafter a button is clicked, so no two P.O numbers will be the same. I did this bc I am in multiuser enviroments so autonumber kept giving me problems.
Hopefully I am making sense. Thanks in advance!!!
JIll
Here is what I am trying to do (if it is possible)
So the user will push the add record button and the purchase order number will be the present number stored in the counter table (then the table increments) and the rest of the fields blank. Then i want to be able to fill out all the details (date, customer name, address, city state, number) and save that information in the purchase order table. I have module that increments the counter tableafter a button is clicked, so no two P.O numbers will be the same. I did this bc I am in multiuser enviroments so autonumber kept giving me problems.
Hopefully I am making sense. Thanks in advance!!!
JIll