Good morning tippers,
Ok, here is the scenario :-
I use a table (tblIssue) which has these fields -
issueID
issueDescription
problemNo
issueID is an autonumber which is just an id to link to an issueOccurance table. I would like the field problemNo to update itself every time a record is added.
issueID - 1
issueDesc - problem with psu
problemNo - 2094
then i add the next record, and problemNo is 2095
Get what i mean?
Do i need an update/insert query? how do i implement this?
Thanks for any help,
Alex
Ok, here is the scenario :-
I use a table (tblIssue) which has these fields -
issueID
issueDescription
problemNo
issueID is an autonumber which is just an id to link to an issueOccurance table. I would like the field problemNo to update itself every time a record is added.
issueID - 1
issueDesc - problem with psu
problemNo - 2094
then i add the next record, and problemNo is 2095
Get what i mean?
Do i need an update/insert query? how do i implement this?
Thanks for any help,
Alex