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.