J
JudithSpurlock
If anyone can help me out i would appreciate it. the program states to
declare a user-defined type call HomeData with elemements StreetAddress,
City, State, SquareFootage, LotSize, and SalesPrice in a standard module.I
don't know how to find the Add Procedure dialog box in the visual basic
screen to set it to focus, Select insert, Proceedure from the menu. The next
instructions are as folllows. Create a form with six text boxes to add values
to each variable type element. which i created. In the general declarations
area of the form, create a single variable of HomeType to store users entered
value. I don't know what this means or how to do it i created a text box for
this. the next instructions are as follows. Add two command buttonsto the
form, one called cmdAddHome and the cmdDisplayHomeData which i did. the next
instructions i don't understand at all. In the cmdAddHome Click event, store
the Data entered by the user into your user-defined type variable. In
cmdDisplayHomeData Click event, Display each element's value in a message
box. I don't know how to program this program. Can anyone help or give
suggestions Judith Spurlock
declare a user-defined type call HomeData with elemements StreetAddress,
City, State, SquareFootage, LotSize, and SalesPrice in a standard module.I
don't know how to find the Add Procedure dialog box in the visual basic
screen to set it to focus, Select insert, Proceedure from the menu. The next
instructions are as folllows. Create a form with six text boxes to add values
to each variable type element. which i created. In the general declarations
area of the form, create a single variable of HomeType to store users entered
value. I don't know what this means or how to do it i created a text box for
this. the next instructions are as follows. Add two command buttonsto the
form, one called cmdAddHome and the cmdDisplayHomeData which i did. the next
instructions i don't understand at all. In the cmdAddHome Click event, store
the Data entered by the user into your user-defined type variable. In
cmdDisplayHomeData Click event, Display each element's value in a message
box. I don't know how to program this program. Can anyone help or give
suggestions Judith Spurlock