I hate to ask, but I need some help with code. I don't have any because I don't know where to begin. Here's what I'm after.
I have a Sql CE database attached to the app, and a table called DUI_Cite_Numbers. There is two columns, DUI_Cite_Start and DUI_Cite_End.
I need to start a range of numbers- say D100000 to D100500. When a form1 starts, I need it to take the next number in sequence starting at D100000. When it gets to D100500, I need a prompt to tell me to enter more.
I've been up and down the net looking. I can read and write to the database no problems, but I don't know the best way to get this range of numbers in, and then have the app take the next one in sequence. I can't wrap my head around the logic.
I know the group wants people to try on their own first and post code, but I'm humbly asking for help... I just don't have anything, and don't know where to start. Once I get this portion, the application is complete. I've put this off to last because I've been trying to learn this portion, but not having any luck.
Thanks for any and all help.