473,404 Members | 2,178 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,404 software developers and data experts.

What is that feature called that has subentries & a plus sign infront of the key?

Newbie, so please don't flame me. I am just starting to learn access. I
seem a feature in access a while ago, but don't remember what it was called.
I seen project lab example that had, a plus sign besides the inventory
(key)number. When you click on the plus sign it show sub items under each
inventory number. I am trying to start a small data base that has no
duplicate key inventory numbers (with this feature it will make that
possible). thanks.


Nov 12 '05 #1
1 2091
TC

"lbbs" <no***@nonee.com> wrote in message
news:10***************@news.vaxxine.com...
Newbie, so please don't flame me. I am just starting to learn access.
Nothing wrong with that!

I seem a feature in access a while ago, but don't remember what it was called. I seen project lab example that had, a plus sign besides the inventory
(key)number. When you click on the plus sign it show sub items under each inventory number.
That would be a "treeview control". A "control" is a thing that lets you
interact with the database. These include textboxes, listboxes, combo boxes,
command buttons, labels, & so on. A treeview control is a particular kind of
control which displays data in the way you describe. treeviews are good when
the data has a hierarchical structure; eg. a record has 3 child records,
some of which have their own child records, & so on. A treeview lets you
navigate down through that structure.
I am trying to start a small data base that has no
duplicate key inventory numbers (with this feature it will make that
possible). thanks.


Duplcate keys are prevented by defining them as the so-called "primary key"
of the table, or by defining a unique index on them. his is nothing to do
with "controls", treeview or otherwise!

HTH,
TC

Nov 12 '05 #2

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

Similar topics

12
by: Elaine Jackson | last post by:
Is there a function that takes a number with binary numeral a1...an to the number with binary numeral b1...bn, where each bi is 1 if ai is 0, and vice versa? (For example, the function's value at...
125
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from...
2
by: Tim Wallace | last post by:
Perhaps my original post wasn't clear enough, so I'll try to reword. I only want to retrieve a node at a time for my treeview control. As the user clickes the plus sign, I will populate child...
0
by: Emil Georgiev | last post by:
Hell I have a Web Custom Control project in ASP.NET. I'm using a subclassing technique to add functionality in HyperLink web server control. I want to create a property "BrowserWindow" of my...
2
by: B-Dog | last post by:
I was trying to use the treeview and was wondering if there was a way to make the treeview select the node when you click the plus sign next to it. The only way I've found to do it is to actually...
2
by: Robert Bravery | last post by:
Hi all I have a dataset with three tables. On my form I have two grids. Both grids have the default plus sign on the side of the grid. I have set up my tables and columns collection the way I...
2
by: thavaht | last post by:
I made a link in a dynamic table on a master page to find details of a selected record and display on a detail page, using URL parameter values retrieved from the selected record. <td><a...
27
by: Dr J R Stockton | last post by:
Unicode U+00B1 is &plusmn; - a plus sign sitting on top of a minus sign, possibly visible as "±"; "plus/minus", in ISO-7 coding. As Alan will no doubt remember, algebraic work requiring that...
15
by: robert maas, see http://tinyurl.com/uh3t | last post by:
Here's the source: #include <stdio.h> #include <errno.h> main () { char* str = "9999999999"; long long int llin; char* endptr; /* Set by strtoll */ int nch; errno = 0; llin = strtoll(str,...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...

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.