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
Fortigate as a mail relay/reverse proxy/ISA?
Internet Explorer Log File 200Gb - Disk full
How do I setup a network with cross over cable between server 2008 and server 2003? 500pnts
Have the report showing correctly, now what?
GPO Package error
Silverlight best practice
How would I use linq instead of dataset/dataview/datatable<wbr /> in the following scenario
Gettting and displaying stock related information in Asp.Net
Event ID 12292
Can I use union with sql subqueries?