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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB or MS Access?

Status
Not open for further replies.

Iliemoo

Programmer
Sep 25, 2002
64
CA
I am trying to develop an application that keeps track of equipments and their configuration in detail and I can't make up my mind whether I should go with VB6 front-end backed by Access DB or pure Access DB with queries and access forms. On one hand, I like the fact that VB forms doesn't have to be bounded to a record curser to update or change which is really annoying when dealing with multilevel subforms and controls. However, I am wondering whether that is good practice compare to the pure Access approach. Can someone give me a little advice? Thanks in advance.
 
Personally, I prefer the VB approach. Here's why:

1. I'm better at it.
2. It has a (much) smaller distribution footprint.
3. The code is better supported by Microsoft.
4. Solutions are more portable. What if you decide that you want to move to SQL Server in future?

Bob Rodes

 
Thank you for sharing, I totally agree with you. I have a slight concern though, is it possible to use a datagrid to update a table much like the datasheets in Access?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top