473,412 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,412 software developers and data experts.

A2k - what the hell is TID?

This is something I've not bothered to learn about but I see it in Append
queries everywhere e.g

TID: [forms]![frm_Input]![id]
What precisely does this refer to?
Feb 19 '06 #1
2 1284
"Deano" <de***@mailinator.com> wrote in message
news:43**********************@ptn-nntp-reader01.plus.net...
This is something I've not bothered to learn about but I see it in Append
queries everywhere e.g

TID: [forms]![frm_Input]![id]
What precisely does this refer to?

With queries you can create extra columns using an alias. So if you had
tblContact with fields FirstName and LastName, then you could add a new
column where you write:
FullName: FirstName & " " & LastName
In other words we define a column called FullName, which isn't a field in
the table but nevertheless is shown as column in the query. Notice how it
is defined with the use of a colon.

In your case, a value is being defined as TID which is being looked up from
an open form called frm_Input. We can't really say much more than this, but
whoever designed the database is using the form to persist some value.
Feb 19 '06 #2
Anthony England wrote:
"Deano" <de***@mailinator.com> wrote in message
news:43**********************@ptn-nntp-reader01.plus.net...
This is something I've not bothered to learn about but I see it in
Append queries everywhere e.g

TID: [forms]![frm_Input]![id]
What precisely does this refer to?

With queries you can create extra columns using an alias. So if you
had tblContact with fields FirstName and LastName, then you could add
a new column where you write:
FullName: FirstName & " " & LastName
In other words we define a column called FullName, which isn't a
field in the table but nevertheless is shown as column in the query.
Notice how it is defined with the use of a colon.

In your case, a value is being defined as TID which is being looked
up from an open form called frm_Input. We can't really say much more
than this, but whoever designed the database is using the form to
persist some value.


Ok cool, thanks for the explanation. Yes, I didn't write half of the
queries in my database so when I come to review stuff i get a bit confused
:)
Feb 19 '06 #3

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

Similar topics

0
by: kayodeok | last post by:
We're Mad As Hell And We're Not Going To Take It Anymore http://hownow.brownpau.com/index.html The web is a mess. We're tired of this deluge of <font> tags, nested tables, spacer GIFs, and...
3
by: .DLL hell II - The Evil Empire Strikes Back | last post by:
I can't figure out how this side-by-side assembly stuff it supposed to work. I have a stack of four assemblies A has no references B references A & C C References A & B D References A, B and C...
22
by: Jim Hubbard | last post by:
I am reposting a portion of a thread that I am involved in under a new topic because it seems that there are still people that believe the whole "DLL Hell" myth. I hope I can shed some light on...
2
by: Nad | last post by:
Hello, dll hell has been eliminated in .NET using assembly versioning. I am new in .NET and would like to know if there is any dll-hell-equivalent in .NET Windows or Web development...
21
by: Nx | last post by:
Hi I am unpacking a list into variables, for some reason they need to be unpacked into variable names like a0,a1,a2....upto aN whatever is in the list. How to create the variables dynamically...
1
by: GreatB | last post by:
Bill Gates died in a car accident. He found himself in Purgatory being sized up by God . .. "Well, Bill, I'm really confused on this call. I'm not sure whether to send you to Heaven or Hell....
18
by: Dave Sauny | last post by:
Ok, its a friday, I'm at work and I cant get this to work: I have 3 listboxes on one tab control page. when i select an item in listbox1 i want whatever is selected on the other 2 listboxes...
3
by: fyleow | last post by:
I just spent hours trying to figure out why even after I set my SQL table attributes to UTF-8 only garbage kept adding into the database. Apparently you need to execute "SET NAMES 'utf8'" before...
2
by: Scott M. | last post by:
I need a little help please... I'm simply trying to set up a very basic event for a class and then create an event handler for that class in a Console application. I think I'm very close, but...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...

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.