473,322 Members | 1,566 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,322 software developers and data experts.

???Field name concatenation???

I've done this before, but for the life of me, I can't remember how to
do it. I have a form that has 3 controls that have a dblclick event.
Part of the event involves concatenationing a the name/address of a
control. I can't remember how this is done.

Please help.

Dim AC as ?
AC = "Forms![Discipline Project Input Screen]!" & ACNum

Feb 21 '07 #1
1 1572

AC = Me("Discipline Project Input Screen" & ACNum)

"Dave" <Ki************@Verizon.Netwrote in message
news:11**********************@q2g2000cwa.googlegro ups.com...
I've done this before, but for the life of me, I can't remember how to
do it. I have a form that has 3 controls that have a dblclick event.
Part of the event involves concatenationing a the name/address of a
control. I can't remember how this is done.

Please help.

Dim AC as ?
AC = "Forms![Discipline Project Input Screen]!" & ACNum

Feb 21 '07 #2

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

Similar topics

5
by: Jonas Galvez | last post by:
Is it true that joining the string elements of a list is faster than concatenating them via the '+' operator? "".join() vs 'a'+'b'+'c' If so, can anyone explain why?
3
by: Jon Knutson | last post by:
I have a variable number of lines, with each line being a transaction, displayed in my jsp. Each line has an amount value with the name equal to the line it is displayed on. For example...
4
by: Colin Graham | last post by:
Hi there, Im very new to javascript and this is my first bit of javascript coding. I have to write a validation check for two fields that they don't contain all the same characters e.g., ...
2
by: Will | last post by:
I have a table, tblManinstructions with fields Code & InstructionID, one Code can have many InstructionID. I also have tblinstructions (fields instructionID & instruction). What I want to do is...
1
by: VMI | last post by:
I have a field in my DataRowView that's read-only because it's a "join" of several other fields of the same DataRowView. For example, the field "Input" concatenates fields "Addr1", "City", "St",...
4
by: Stewart Lane | last post by:
I have read the threads on here about adding a calculated column to a dataset to get the concatenation of first and last name fields into a single name field and then binding the calculated field...
4
by: MC | last post by:
In C, printf allows us to specify a runtime (non-constant) field width of a formatted value by using the * character. Is there something like that for System.String.Format? In C#, I find myself...
3
by: zeno | last post by:
Hi All ! is it possible to use variable table and/or field names in stored procedures i.e. construct the name of a table/field based on an input parameter as in : create procedure toto(in...
0
by: Ahird001 | last post by:
Hi, I am trying to use a join to update a table concatenating some fields together. update TABLEA set STATUS = (b.TRANSACTION_ID||'Last TRANS was '||b.change_reason_code ||' - '...
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...
0
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...
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: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
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...
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.