Good Morning,
I am developing a C# application whose objective is to save and retrieve data from a Windows Form to a Microsoft Access database and vice versa. What I've done is to add to the project a blank database, with the columns I need to fill already created.
The first thing, which is saving the data from the Form to the database, works properly. But afterwards, I don't succeed when trying to access the data I have recorded and displaying it in the Form. I get the data from the blank database, instead of that from the one with the previous saved registers.
What should I do so to get the data from the filled database? If you need any part of the code, please tell me.
Thanks,
Marc