473,498 Members | 37 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to jump directly from one table to the linked (relationship) value in another tab

2 New Member
I have an Orders table where several fields are setup as relationships to other tables, such as Customers and Warehouses. So, for instance, Orders.customer shows the customer's first & last name, which references Customers.full_name.

I want to be able to select that customer's name for a particular record in the Orders table and jump directly to the referenced row in the Customers table. Currently, I'm copying the value, opening the Customers table, and searching for the value, which is less than ideal.

Is this possible in Microsoft Access 2010 (datasheet view)?
May 6 '13 #1
2 1062
Rabbit
12,516 Recognized Expert Moderator MVP
You can use the where condition parameter of the OpenForm method to filter your form for that particular customer.

As a side note, you really shouldn't use the customer name as a key. It's not unique and it can change.
May 6 '13 #2
newuser101
2 New Member
Thanks - I think that'll fit the need.

Regarding the foreign key, it's not how I'd do it but I'm just playing the hand dealt while helping out.
May 7 '13 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

3
1425
by: johnsnellx | last post by:
Well, I sure could use some advice (& sympathy). In my Access program I have a small table (200 entries) linked to a main table of over 35,000 entries. While trying to enter a small amount of data...
1
1903
by: MindyVanessa | last post by:
Hi. *Very* green vb user building a db for marketing department ... On my data entry form for a department, I have a list-box/drop down where user can choose that the address of the department is...
3
1498
by: idshiy | last post by:
hi there i have a linked list content another linked list. which is something like: struct nodebranch{ unsigned int offset; unsigned char data; struct nodebranch *next; }; struct...
1
960
by: Butever | last post by:
There is a need to delete all record from one table that occur in another table. Can I get advise how to do that with SQL? Thanks. Example: Table A: Company_id App_id User_id 1 ...
23
2790
by: SusanK4305 | last post by:
I have a DB table that is linked to my new DB. I can't edited the linked table. So I created another DB w/ additional data however I still need to pull data over from one to the other. My DB has 2...
16
6249
by: BaseballGraphs | last post by:
Hello, I am trying to filter an HTML table by div value using javascript. Here is my table in HTML: <table> <tr> <td><div align="center">1</div></td> <td><div align="left"...
1
1675
by: jerome london | last post by:
I am working on a project for a class and would like to know if or how to get my data base to auto up date a table with informatiion from another table. Oh I am working with Visual Studio 2010, Any...
2
2525
by: anoop s | last post by:
I want to delete records of one table that exist in another table. The tables have no primary key. It will take a lot of time compare field by field. Is there any method record by record comparison...
4
2663
by: bouldergirl | last post by:
I have 2 tables, Table 1 and Table 2 (see attached images)....Although in the example tables (attached), only a few records are shown, they both have about 1000 GRID values: Table 1 contains...
0
6998
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
7163
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
7200
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
5460
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,...
1
4904
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...
0
4586
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3090
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1416
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
287
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.