Hi all,
The company I’m working for have a three pages form that customers will complete, I want to build an application in VB6 using access2000 as the database so we can start storing the information on a database for easy access.
My question is and I will try and make it as clear as I can.
Question (1)
Since the form for the customers is three pages long meant that my form in VB will be very long as well.
I was thinking about using three forms in VB and used a command button at the bottom of the forms that say next page and on the last page I will have the save button.
The problem is how can I store the information in memory so when I click save it’s will save all the information from the three forms?
I know in ASP page I used session to store variables but I don’t know what to use in VB6.
Question (2)
Can I use MultiPage on a regular form? And will that work?
Is there another way of doing this?
Thanks in Advance
Kenneth
The company I’m working for have a three pages form that customers will complete, I want to build an application in VB6 using access2000 as the database so we can start storing the information on a database for easy access.
My question is and I will try and make it as clear as I can.
Question (1)
Since the form for the customers is three pages long meant that my form in VB will be very long as well.
I was thinking about using three forms in VB and used a command button at the bottom of the forms that say next page and on the last page I will have the save button.
The problem is how can I store the information in memory so when I click save it’s will save all the information from the three forms?
I know in ASP page I used session to store variables but I don’t know what to use in VB6.
Question (2)
Can I use MultiPage on a regular form? And will that work?
Is there another way of doing this?
Thanks in Advance
Kenneth