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

Access field on a form to view previous records for thecurrent applicant

I have a database of customer applications. Each record is tracked by the applicants ID and the application date. Every time a customer applies, a new record is created.

I would like to provide the employee reviewing the application a field where they can view data (Disposition and date) from the applicants previous applications, if any, as they work the current application.

in my head this would be easiest in a text field at the bottom of my form to display the application date, completion date, and disposition of the application.

any help would be greatly appreciated
Oct 28 '16 #1

✓ answered by PhilOfWalton

With respect, not the way to do it.

You need a table of Customers containing only information pertinant to customers - name, address, phone, email, sex, age etc with an Automumber Key - let's call it CustID

Then a second table for Applications containing ApplicationID as an AutoNumber Primary Key, CustID as a foreign key and then the information on application details - dates, disposition etc.

Then set up end enforce referential integrity between the 2 tables using the CustID as the link.

Create a form based on the customer.
Crete a continuous subform based in the applications and place this on the main form. Set the LinlkMsterFields & LinkChildFields to CustID.

That way you have a clear record for each customer and can add new applications for that customer to the Subform.

HTH

Phil

1 714
PhilOfWalton
1,430 Expert 1GB
With respect, not the way to do it.

You need a table of Customers containing only information pertinant to customers - name, address, phone, email, sex, age etc with an Automumber Key - let's call it CustID

Then a second table for Applications containing ApplicationID as an AutoNumber Primary Key, CustID as a foreign key and then the information on application details - dates, disposition etc.

Then set up end enforce referential integrity between the 2 tables using the CustID as the link.

Create a form based on the customer.
Crete a continuous subform based in the applications and place this on the main form. Set the LinlkMsterFields & LinkChildFields to CustID.

That way you have a clear record for each customer and can add new applications for that customer to the Subform.

HTH

Phil
Oct 29 '16 #2

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

Similar topics

3
by: Jason | last post by:
I am trying to filter records in a primary form based on records in related tables. The data in the related tables is being displayed in the primary form through subforms. To be more specific, I...
2
by: Simon Pleasants | last post by:
Am something of a newbie at this, so please bear with any stupid questions. I have created a database to track shipments that we import. The information is stored in a table and I have created...
1
by: D Boyd | last post by:
Im trying to get the name of a bound control on a continuous form in Access. So that I can get the value of any text field. This is what Im looking to do.... The user enters a value for number...
2
by: MLH | last post by:
A97 Am having difficulty displaying graph in Form View that I see fine in graph control on form opened in design view. I know I'm doing something wrong. If I open the form in design view - I...
0
by: Gabriele Bertolucci | last post by:
Before saying anything more, I'm sorry for cross-posting, but the topic should be relevant for every newsgroups I posted in. ================================================== Access XP. ADP....
3
by: mckbill | last post by:
Is there a way I can direct the cursor to a specific field (variable) in a form by typing the field name while in form view? I have a form with many fields, and it would be nice if there were...
2
by: D Biegert | last post by:
While in Forms View, a coworker inadvertantly selected Records/Data Entry and it set her form back at record #1 and erased all data from Form View. She still has access to the data in the Datasheet...
0
by: auxvivrespos | last post by:
I am using Access 2003 and I have built a simple little database to keep track of invoices that are received at my office. I have created a "Suppliers" table which is a list of the companies from...
4
by: c stoddart | last post by:
Access 2003 Form view _ Using a check Box to return a 5 in a text box. The check box runs a macro "Private" Sub Check0_Click() If Me. Check0 Then Me. Text4 Else ...
1
by: c stoddart | last post by:
I am trying to run a risk assessment to decide on a on-site or mailout audit. I would like to use a number. I want check boxes (5ea) to create a number in the text box. The final number will...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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...

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.