Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
kurash
Starting Member
1 Post |
Posted - 2007-11-20 : 13:35:02
|
I am researching ideas for the best way to have users enter data into SQL. I am familiar with VB and Access Forms and HTML coding but what I am looking for is a way to have a standalone app or website where users can enter information but I want the form to have branches that change depending on user input (such as selecting a meeting type then having specific questions open up related to it).Any ideas on the best way to do this?If a different forum would be better for this request please advise and I will move appropriately.Respectfully,Lewis |
|
wjb55
Starting Member
3 Posts |
Posted - 2007-11-21 : 00:55:51
|
The fastest, that I can thing of is in MS access. Start small. Crate a simple sql database and a access database.Link your sql database table to access using ODBC. If you need help with this, just ask. Let me know when you are done with this. |
 |
|
KenW
Constraint Violating Yak Guru
391 Posts |
Posted - 2007-11-23 : 14:45:36
|
quote: Originally posted by kurash I am researching ideas for the best way to have users enter data into SQL. I am familiar with VB and Access Forms and HTML coding but what I am looking for is a way to have a standalone app or website where users can enter information but I want the form to have branches that change depending on user input (such as selecting a meeting type then having specific questions open up related to it).Any ideas on the best way to do this?If a different forum would be better for this request please advise and I will move appropriately.Respectfully,Lewis
Access can be used, as can VB/VB.NET, or C#, or Delphi, or Visual C++, or Java. You just have to do the work.My personal choice is Delphi, as it's a lot faster and easier than any of the others. There's a free version available; look for Turbo Delphi at http://www.codegear.com |
 |
|
|
|
|