Hello, I have a small problem, I'm new at vb.net so my knowledgde about it is very limited.
Imagine you have a situation where you have one record in a table with stage 6 and this was updated as a record with stage 8. But the problem is that in such cases you have to insert a record with stage 7, cause the sequence of the stages is very important. Is this possible with vb.net?
So it's very important to lookup a record (to know in which stage he previous was) and to compare this previous stage with the current one (to know how many records you have to insert)
Anyone who could help me?
Imagine you have a situation where you have one record in a table with stage 6 and this was updated as a record with stage 8. But the problem is that in such cases you have to insert a record with stage 7, cause the sequence of the stages is very important. Is this possible with vb.net?
So it's very important to lookup a record (to know in which stage he previous was) and to compare this previous stage with the current one (to know how many records you have to insert)
Anyone who could help me?