kovan
Aug 22nd, 2000, 07:17 AM
here is the problem i ran into
i got 2 tables
both linked throu TagID
its a one to many relationship
on the ONE relationship
i have the TagID autonumbered
how ever i cannot have auto numbered in the MANY table
due to that there could be more than one in that table
the solution i have came up with
when saving a record
after the part to ONE is saved
retrieve the highest numbered in ONE table and use it as TagID in the many table
sometimes this craps out
because if the first part doesnt save properly then the tagNum in the MANY doesnt refer to the right record in ONE table
anyone have a solution
would be greatly appreciated
thank you kindly
i got 2 tables
both linked throu TagID
its a one to many relationship
on the ONE relationship
i have the TagID autonumbered
how ever i cannot have auto numbered in the MANY table
due to that there could be more than one in that table
the solution i have came up with
when saving a record
after the part to ONE is saved
retrieve the highest numbered in ONE table and use it as TagID in the many table
sometimes this craps out
because if the first part doesnt save properly then the tagNum in the MANY doesnt refer to the right record in ONE table
anyone have a solution
would be greatly appreciated
thank you kindly