I have office xp developer and vb6 pro. My users have w95 and office 97, they don't have access at all, just word and excel97. So I am trying to develop a front-end in vb6 for them because when I try to make a run-time version of my access xp database it won't run on their computers.
I am using a DAO control on my vb6 form connected to my mdb which i converted to access 97. Then i put text boxes so my users can enter data into the tables of my mdb. I want them to enter data for each project they work on. The projects have client name and job number. More than one project can have the same client and the same job number. I have a separate tblPROJECT, tblCLIENT and tblJOBNO in my mdb.
How can I make a drop-down box that holds the clients names and allows the user to enter a new client if it's not in the box? Or, is there a better way to do this in VB6.
I appreciate any help or suggestions. Thank you very much.
I am using a DAO control on my vb6 form connected to my mdb which i converted to access 97. Then i put text boxes so my users can enter data into the tables of my mdb. I want them to enter data for each project they work on. The projects have client name and job number. More than one project can have the same client and the same job number. I have a separate tblPROJECT, tblCLIENT and tblJOBNO in my mdb.
How can I make a drop-down box that holds the clients names and allows the user to enter a new client if it's not in the box? Or, is there a better way to do this in VB6.
I appreciate any help or suggestions. Thank you very much.