J
John
Hello
I wonder if some one could please help me with a problem I have regarding a
database.
I am trying to write an appointment program for a friend and I need a little
assistance.
Basically the main form has the Time, date notes etc.. but I want to be able
to click a button, open another form and choose a customer to appoint to the
appointment. after clicking ok button I need the address data to be
populated in a textbox in the first form and close the customer form.
This is how i am doing it.
Firstform.txtFields(5).Text = secondform.txtFields(1).Text + vbCrLf _
'& first form.txtfields(5).Text =secondform. txtfields(2).Text
So each field for the customer address is put on a different line in the
text box.
When I try to do this i get a false statement in the text box and some pikes
i beleive they are called > ||||
Can you please help.
Thanks
John
I wonder if some one could please help me with a problem I have regarding a
database.
I am trying to write an appointment program for a friend and I need a little
assistance.
Basically the main form has the Time, date notes etc.. but I want to be able
to click a button, open another form and choose a customer to appoint to the
appointment. after clicking ok button I need the address data to be
populated in a textbox in the first form and close the customer form.
This is how i am doing it.
Firstform.txtFields(5).Text = secondform.txtFields(1).Text + vbCrLf _
'& first form.txtfields(5).Text =secondform. txtfields(2).Text
So each field for the customer address is put on a different line in the
text box.
When I try to do this i get a false statement in the text box and some pikes
i beleive they are called > ||||
Can you please help.
Thanks
John