Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Data Entry form in SQL

Status
Not open for further replies.

Wallegator

Programmer
Jan 3, 2001
58
US
What is the best way to duplicate the appearance and functionality of a Microsoft Access form in SQL?
 
SQL server has NO front end. You have to use Access, Visual Basic, C++ or WEB pages such as ASP.
So since you have an Access dtasbe already.
The 'Fastest' way is to first LINK the SQL table in Access on the tables tab.
Make a copy of the one form and then make each aspect of the form work with the Newly Linked SQL tables.
DougP, MCP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top