FantasiaDown
09-09-2003, 09:09 AM
[hello!]
So i recently started on a brand new project which incorporates the use of designing and construction of a voting appplication that will be used.
I am half way finished, but i am having problems with properly coding the cmdAdd btn on an Add frm. On this Add frm, the user is required to input the personal info of a resident of the home and then the information is then to be input into the database and their vote to be tabulated later on.
the txtboxes (which i've already finished) for this addfrm require the following information :
LastName
FirstName
Address
Apartment Number
City
Province
Postal Code
...and then also an additional large txtbox i've labelled as "Memo :" for
any other additional information that may be important in regards to the owner of the house.
I'm thinking that i am first going to have to open a sequential file for this information to be sent to, but after that, i am not too sure what to do and i have not come up with any code thus far.the first thing i know that i must do, is to provide code so that all of the required information is indeed correct before writing it to an output file.
any help on this matter would be quite appreciated.
thanks !
So i recently started on a brand new project which incorporates the use of designing and construction of a voting appplication that will be used.
I am half way finished, but i am having problems with properly coding the cmdAdd btn on an Add frm. On this Add frm, the user is required to input the personal info of a resident of the home and then the information is then to be input into the database and their vote to be tabulated later on.
the txtboxes (which i've already finished) for this addfrm require the following information :
LastName
FirstName
Address
Apartment Number
City
Province
Postal Code
...and then also an additional large txtbox i've labelled as "Memo :" for
any other additional information that may be important in regards to the owner of the house.
I'm thinking that i am first going to have to open a sequential file for this information to be sent to, but after that, i am not too sure what to do and i have not come up with any code thus far.the first thing i know that i must do, is to provide code so that all of the required information is indeed correct before writing it to an output file.
any help on this matter would be quite appreciated.
thanks !