Thread: Visual Basic Q
View Single Post
Old 02-09-16, 10:14 AM   #2
atassiedevil
Guest
 
Posts: n/a
Default Re: Visual Basic Q

Considered doing this in a database instead? They are tailor made for stuff like this.

MS Access would be a good start, if its a good fit, export everything to a database, and an access database can be made to talk directly to SQL. So can Excel as it happens, if you do things right.

Your unique record would be the "batch number" as i expect these are unique, and not repeated.
Easy to backup/restore too if you have problems.

C.
  Reply With Quote