Auto complete a field with a value from another table

A

Adrian B

Hi

I've got two tables with a One-to-Many relationship. In the Many table there
is a column/field which I want to automatically update based on the PK of the
One table.

Is there a way that I can ask the field to check for the latest PK field in
the One table and insert it into itself every time a record is generated in
that table?

Thanks

Adrian
 
A

Adrian B

Thanks for the response. I've looked further into the problem and it really
is that I can't have a relationship between the tables or the form system
won't Insert properly.

So I need to create a simulated FK field based on the most recent/last
inserted value into a field in a different table.

Thanks

Adrian
 

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