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

Updates Applied to All Records

2
Hey people,

I have a question on a database I'm creating for a human resources office. I'm creating a database that tracks resumes sent and where we sent them. I created a general table that shows the list of places we send the resumes to. As for the resumes I created a form that can add/delete/and update resumes. I linked the table to the form and everytime I update one resume, it updates the table for all the resumes on the list.

In Short, the table is not uniquely manipulated for individual records (the resumes). Can anyone help on how I can manipulate the table for one resume record without manipulating the table for all the records?

Much appreciated,

Gerry
Sep 29 '08 #1
3 1204
Krandor
50
Your explanation of your problem is somewhat confusing.

This is what I understand. You have a form that directly connects to your resume table. Once you do an update to a particular record (resume), it somehow manages to update all the other resume records?

Without using VBA code or maybe a macro, I don't see how what you describe is even possible. If you can add some more detail as to what is actually happening, it will be much easier to help you.
Sep 29 '08 #2
NeoPa
32,556 Expert Mod 16PB
This will work much better if you can post the meta-data (info about the layout / structure) of the table in the same way as I use in my example. Click on the Reply button and you will have access to all the codes I've used. PK & FK stand for Primary Key & Foreign Key respectively. Never use TABs in this as the layout gets mucked up. Use spaces and all is fine.
Table Name=[tblStudent]
Expand|Select|Wrap|Line Numbers
  1. Field           Type      IndexInfo
  2. StudentID       AutoNumber    PK
  3. Family          String        FK
  4. Name            String
  5. University      String        FK
  6. Mark            Numeric
  7. LastAttendance  Date/Time
Sep 29 '08 #3
Diyego
2
Your explanation of your problem is somewhat confusing.

This is what I understand. You have a form that directly connects to your resume table. Once you do an update to a particular record (resume), it somehow manages to update all the other resume records?

Without using VBA code or maybe a macro, I don't see how what you describe is even possible. If you can add some more detail as to what is actually happening, it will be much easier to help you.
I have a form that I use to input/update basic information from resumes such as first/last name, street address/ education level/ and job desired (objective). What I did was create a button on the form that brings up the client list (A table of 50 places where we service to find these people jobs). What the HR office wants to do is track where we sent the resumes to and when we sent it.

The problem is if I bring up the client list for resume "John Doe" and input the information of where we sent the person's resume to, then input information into the client list for resume "Jane Doe," then the client list reflects the information of resume "Jane Doe" on resume "John Doe." Basically the client list reflects all information for all resumes. What I was hoping to do was have a unique client list for each resume that way we can track each individual.

If this is still confusing let me know. I'll try to explain it another way.
Sep 30 '08 #4

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

Similar topics

2
by: M Wells | last post by:
Hi All, This seems like a tricky question to me. I have a Stored Procedure that encapsulates a number of updates to various tables within a transaction. However, at a later part of the...
3
by: Vijay Balki | last post by:
This might be a dumb question to ask. Can someone answer me with patience.. When I have a typed or un-typed dataset, the only way I can update is like below? Dim con As New...
7
by: Martin Woolley | last post by:
Hi, could someone explain the following please? I have a Java application (app A) which "polls" a MySQL database table for records with a certain column set to 0. It runs continuously, utilising...
0
by: Frnak McKenney | last post by:
One part of a customer project I'm working on involves what seem like fairly straightforward updates to a set of related tables. While I've developed software for a number of years (it only seems...
3
by: shorti | last post by:
I know this subject has come up many times but I am not finding what I am looking for after a couple days of searching. I know some months ago I saw an indirect solution for this but I cant seem...
0
by: =?Utf-8?B?c2hhbWl6dWhhYg==?= | last post by:
I'm using OS Windows XP Home Edition SP2, windows auto updates keep giving me error after installing updates 816093, something to do with Msjava.dll, not in the right version. If I'm not mistaken,...
2
by: rbrowning1958 | last post by:
Hello, Doing my first ASP project so this may be simple and I'm missing something...could someone please calrify this for me? 1. I have an ASP page with a grich which allows user to add, edit...
7
by: Bill Schanks | last post by:
VB.NET 2005 SQL Server 2000 I have a datagridview that users will update. When there are only a few records the update is fine. However when they update 100-200 of the rows the udpate can take...
4
by: shreyask | last post by:
I have been working on doing bulk updates and inserts through sqlapi++ using a bulk udpate extention library, developed, a long time ago, internally. The database is oracle. The bulk inserts/updates...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...
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...

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.