A program to add, edit, remove records from Access Database..

  • Thread starter Thread starter Mr-E
  • Start date Start date
M

Mr-E

Hi all,

I've been trying for a few weeks now to make a program in Visual Studio
2005 that has a combobox to select all the tables in a database. This
is a part I already have. When you have selected a table the program
should make a editbox for all the columns in the table with a fitting
label in front of the edits. It should also have some sort of
navigation to go through the records, and like the title says, their
should be a possibility to add, edit and remove records from the
database.

Does anyone have an application like this that I can use the code from,
because I really can't seem to get this thing to work out.

Thanks in advance.
 
Hi,

What problems you are getting?

What you are trying to do is pretty straightforward. Just navigate a table
in access
 
The problem I'm getting is that I have no clue, and can find no info
whatsoever, on how to dynamically create edit fields on my C# form to
match the columns of a table I have selected using the Dropdown box.
For every table it has to do this, so once it should make 4 and another
time it should make 6 edits for example. And then my other problem
would be on how to read the data of the table into the edits. And
ofcourse the navigating, editing, removing and adding of records..My C#
knowledge isn't that great yet so I'd appreciate all the help I can
get.

DeV
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top