SOLVED: Just in case anyone was wondering, I figured out what I did wrong and I feel I should post it here so anyone else in a similar predicament can simply view the solution online.
I said Me.txtCrust.Tex t was strCrust, meaning the value for that was strCrust, not the value of strCrust was Me.txtCrust.Tex t
Here is my coding, if it helps. I need an answer quick as it's for an assignment at school. I've reviewed this over and over again and I just can't seem to find out what I did wrong....
The
Dim xx As String
coding is under the public form, while the rest is under the button click.
Me.txtCrust.Tex t = strCrust
Me.txtTopping1. Text = strTop1
Me.txtTopping2. Text = strTop2 ...
Leave a comment: