Linked Fields not Updating

L

lovespar

I have a Macro attached to the start up of a FE Database. It runs a query
that updates a table with one date- That date is linked to all the other
tables in the DB.
You can't fill out the forms unless that date is filled in.
For some reason the tables won't pull in the date. The Macro and query ran.
The date was correct in the date table, but blank on the other tables.
I added it in by hand but am wonmdering how to fix this problem
Thanks in advance
 
M

mray29

I'm unclear what you mean by "that dates is linked to all the other tables in
the db." How are you doing the linking? It sounds to me like you need to run
a separate query for each table to update the date.
 
L

lovespar

That would make sense to me too, however this DB has been operating for 2
years without it. When I say linked, I mean in the Table link manager. Is
there any other way to get the date into the tables than seperate queries. I
am missing something here somewhere.
 
J

John W. Vinson

For some reason the tables won't pull in the date. The Macro and query ran.
The date was correct in the date table, but blank on the other tables.

If you're expecting a query which updates one table to automagically update a
whole bunch of other tables at the same time, you're on the wrong track: it
won't.

What code or query or form operation enforces "You can't fill out the forms
unless that date is filled in"?
 
L

lovespar

The form is automatically updated with the new date on Startup. Macro to
Form, then a query updates the date in a Monthend Table. That table is linked
to the other 9 tables in the linked table manager.
 
J

John W. Vinson

The form is automatically updated with the new date on Startup. Macro to
Form, then a query updates the date in a Monthend Table. That table is linked
to the other 9 tables in the linked table manager.

Well, then fix the error in the macro or the code.

If you would like help doing so please post some information about them. We
can't see your screen!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top