Microsoft
Software
Hardware
Network
Question : combine text data in textboxes on form
Hello,
I have 4 textboxes and command button on a form in access 2000
me.text1, me.text2, metext3, me.text4
if 101 is entered in me.text1
and 102 is entered in me.text2
and 103 is entered in me.text3
Is there a way to code command button to combine these three codes together and display them seperated by commas in me.text4 box?
lke: 101, 102, 103
thank you
Answer : combine text data in textboxes on form
Me.Text4 = Me.Text1 & "," & me.Text2 & "," & Me.Text3
Kelvin
Random Solutions
Missing ; at end of SQL statement
Small business server 2008 unable to add user with console
sortable table in Mac Excel
Combine data from two separate tables.fields into one Query field
Assistance with Internet Explorer 7
Modifying tableadapter parameters
Defining anamed range dunamically
STOP: 0x00000007B (0xF7B44528, 0xC0000034, 0x00000000, 0x00000000)
Working with recordsets
Dynamic and Static Resources in Silverlight