Hi there,
My database is a returned goods database, it has a logID as the primary key (AUTONUMBER). What I need is a text box and a button called "Create RMA" that when clicked access creates another autonumber and stores it in the text box for that record.
Then if an RMA number is needed for another record say record 56, you can click "create RMA" again, and access creates the next autonumber in sequence for that record..
Not sure if I need a seperate table for the RMA or how to even create the code for this operation.
Hope you understand...
Thanks
JAMES
My database is a returned goods database, it has a logID as the primary key (AUTONUMBER). What I need is a text box and a button called "Create RMA" that when clicked access creates another autonumber and stores it in the text box for that record.
Then if an RMA number is needed for another record say record 56, you can click "create RMA" again, and access creates the next autonumber in sequence for that record..
Not sure if I need a seperate table for the RMA or how to even create the code for this operation.
Hope you understand...
Thanks
JAMES