PC Review


Reply
Thread Tools Rate Thread

Connecting a column in one table to another column in another tabl

 
 
=?Utf-8?B?anN0dW50eg==?=
Guest
Posts: n/a
 
      25th Jun 2006
I am using the template for contact mgmt to start my database up. In the
contact table there is a field labeled "Last Mtg Date". How can I get the
date on the last record in the Calls table for each client to be placed in
the Last Mtg Date field on the contact table?
 
Reply With Quote
 
 
 
 
Joseph Meehan
Guest
Posts: n/a
 
      25th Jun 2006
jstuntz wrote:
> I am using the template for contact mgmt to start my database up. In
> the contact table there is a field labeled "Last Mtg Date". How can I
> get the date on the last record in the Calls table for each client to
> be placed in the Last Mtg Date field on the contact table?


First you likely should not try. What if you place all that data in the
table, then for one reason or another a date is changed in the other table
or you add a new record to your table?

The usual best practice (unless you don't want updated information) is
to link the two tables using a unique field (we don't really have columns in
a table) in both tables likely a contactID

You can then display the data from table two along with the data from
table one in queries, forms or reports.

If you don't want updated information, then you can do the same thing
except add a new blank field to the first table and make an update query to
update the original table with the data from the second.

--
Joseph Meehan

Dia duit


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Table with many Column Names - How to efficiently generate a list ofhyperlinks to each Column Header Mike C Microsoft Excel Discussion 1 29th Aug 2008 10:53 PM
Pivot table: showing COLUMN summaries for some, not all, COLUMN fields. AndyCotgreave Microsoft Excel Programming 0 2nd Oct 2007 11:18 AM
Problem with comparing a Table View Column with the Table Column? savvy Microsoft ASP .NET 1 18th Jan 2006 03:04 PM
converting a 3 table column into 8 column table based on Site ID. =?Utf-8?B?R2l6?= Microsoft Access Queries 6 21st Dec 2005 01:14 AM
datagrid column bind to a description column of a joined table Microsoft ADO .NET 1 31st Oct 2003 10:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:11 PM.