Re: linking databases
- From: "Rick Brandt" <rickbrandt2@xxxxxxxxxxx>
- Date: Fri, 11 Aug 2006 11:38:56 GMT
Kevin wrote:
Hi,
I'd like to know if, after you've linked two tables from two different
Access databases, you can update records in both tables by simply
upadating the records in one of them. So if I change "dtmYear" from
say 1997 to 1998 in one table, then "dtmYear"in the second table
would also be changed from 1997 to 1998. Is there way a to do this?
No. A relationship with enforced RI would be required to do that and you cannot
build such a relationship across tables in more than one file.
It could be done in code if all updates were made via forms though.
--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
.
- Prev by Date: Re: dealing with max number of fields
- Next by Date: Re: linking databases
- Previous by thread: How do I not allow updates when linking
- Next by thread: Re: linking databases
- Index(es):
Loading