473,326 Members | 2,048 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

VB2005 Express Edition help with append

ken
Hi,
I'm trying to append these two strings: RC and 14 with the following
a = ((cboRegister.Text) & (cboPinnumber.Text)) I've also tried
a = (cboRegister.Text) & (cboPinnumber.Text). The return I get is RC.
Can someone help me with this? Thanks for any help.
Regards,
Ken

Jan 15 '06 #1
2 831
This works for me ..

dim a as string
a=cbo1.text & cbo2.text ' or, a=cbo1.text + cbo2.text

Fivel

"ken" wrote:
Hi,
I'm trying to append these two strings: RC and 14 with the following
a = ((cboRegister.Text) & (cboPinnumber.Text)) I've also tried
a = (cboRegister.Text) & (cboPinnumber.Text). The return I get is RC.
Can someone help me with this? Thanks for any help.
Regards,
Ken

Jan 15 '06 #2
ken
On Sun, 15 Jan 2006 07:31:02 -0800, append......
<append......@discussions.microsoft.com> wrote:
This works for me ..

dim a as string
a=cbo1.text & cbo2.text ' or, a=cbo1.text + cbo2.text

Fivel

"ken" wrote:
Hi,
I'm trying to append these two strings: RC and 14 with the following
a = ((cboRegister.Text) & (cboPinnumber.Text)) I've also tried
a = (cboRegister.Text) & (cboPinnumber.Text). The return I get is RC.
Can someone help me with this? Thanks for any help.
Regards,
Ken

It compiles ok but, when you single step though it and hover the mouse
over "a" the value return is RC not RC!4 which is what I would expect.
Ken
Jan 15 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Zorba.GR | last post by:
IBM DB2 Connect Enterprise Edition v8.2, other IBM DB2 (32 bit, 64 bit) (MULTiOS, Windows, Linux, Solaris), IBM iSoft Commerce Suite Server Enterprise v3.2.01, IBM Tivoli Storage Resource Manager...
8
by: Noozer | last post by:
Just visited the Visual Studio 2005 page on MS's MSDN site. I didn't see a mention of a release date. Any idea when we can expect to have a "for production" version available? Also, about VB2005...
2
by: Jerry Spence1 | last post by:
1. Is there a more suitable, dedicated newsfeed for VB2005 yet? 2. I'm confused as to which version to get. I work for a small company and we will just need VB2005 on my PC. Therefore that tends...
2
by: James | last post by:
Hi all, I am currently working under Visual Basic 2005 Express Edition on Windows XP Pro. with SP2 and .NET 2.0. Unfortunately, Setup and Deployment projects are not included in VB2005 Express...
9
by: bz | last post by:
the vb.upgrade group is dead. I think I will post this here instead. Hi, I ran the Upgrade Wizard to upgrade my VB6 project to VB2005 Express Edition. I got 140 errors and 170 warnings. ...
2
by: frederick austin | last post by:
Dear Developers, Is it possible to create charts using VB2005 Express Edition or do I need the real thing ? I am trying to develop a charting system that works with day end figures and would...
8
by: vbDavidC | last post by:
I am wondering if I should use MS Access or SQL server as my database. I have a little experience programming an Access DB with VB6 (DAO/ADO). I am now starting over with VB2005 and will be doing...
12
by: Light | last post by:
Hi all, I posted this question in the sqlserver.newusers group but I am not getting any response there so I am going to try it on the fine folks here:). I inherited some legacy ASP codes in my...
1
by: tlee | last post by:
Hi, How can I use VB2005 Express + SQL2005 Express to create a report? I cannot find the function "report viewer" in VB2005 Express edition. I just find the Visual basic power pack and use...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.