1
Answer

Windows form application heeeeeelp!!!!!!!!!

borrierulez

borrierulez

20y
1.7k
1
Hello Everyone, I'm trying to build an employee management system, i keep track of their personal data, educational data and their holiday calculation. It's a windows program (no asp) and i'm working with an acces 2000 database wich has 10 tables with links between the tables. Does anyone has sample code for such a program so i can learn how to do this (i'm new in vb.net) or a sample program on how to delete, insert.. data in windows forms? If someone can help me i would be very hapy!! Borrie.
Answers (1)
1
Sam Hobbs

Sam Hobbs

NA 28.7k 1.3m 15y

I don't know how you are doing it so I don't know if there is an easier way. My guess is that there is not an easier way.
 
Note that often the "secret" to making a program that is easy to use is complex development. In other words, sometimes we must write complicated program to make one that is easy to use. Windows and .Net and database software such as SQL Server does a lot for us, but sometimes we must do some programming outselves.
 
My guess is that the code necessary for the search page is not difficult except for many details that need to be done.
 
Probably what I would do is to create a List<String> for each filter (selection criteria) then concatenate them all together as needed.
0
Vikas Ahlawat

Vikas Ahlawat

NA 577 661.6k 15y
Ya code is not difficult.
Thanks for your reply.