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 |
|
joshua
Starting Member
2 Posts |
Posted - 2007-03-02 : 02:36:32
|
| Hello all you SQL gurus...I am looking for a program that would allow me to have a simple GUI to interact with my MS SQL database. All I really need it to do is allow other individuals to update customer's data in a SQL table using a simple interface to interact with. They would type in the phone number of a customer and search for the record.. once the record comes up they would be able to update the name, address, or post a payment that the customer made.can anyone point me in the right direction??thank you in advance for your time!joshua |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2007-03-02 : 03:04:50
|
| You can use MS Access to do this.Peter LarssonHelsingborg, Sweden |
 |
|
|
joshua
Starting Member
2 Posts |
Posted - 2007-03-02 : 03:26:20
|
| I had no idea access could be used with SQL! i thought it was a completely different database program... i am a moron :)thank you so much! |
 |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2007-03-02 : 03:44:44
|
| You're welcome.Just add the tables in SQL Server as linked tables in MS Access.Peter LarssonHelsingborg, Sweden |
 |
|
|
|
|
|