Base the value of a field in one table on a field in another table

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
rkopp01234
User
Posts: 23

Base the value of a field in one table on a field in another table

Post by rkopp01234 »

Hi there,

I was wondering how I can set the value of a field A in table A based on field B in table B?

Do I use events for this? Which code can I use?

Thanks.

Rainer


MichaelG
User
Posts: 1095

Post by MichaelG »

If you mean looking up a value from another table, set up the Lookup Table.

If not, please explain more clearly what you are trying to do.


rkopp01234
User
Posts: 23

Post by rkopp01234 »

I am trying to set the value of a field programatically without any user interaction, such as lookup tables, where the user selects a value manually.
The value of field A in table A should be set automatically to the value of field B in table B.

Hope this makes sense?


MichaelG
User
Posts: 1095

Post by MichaelG »

If you mean auto fill, please read the "Auto fill" section in Lookup Table settings.


Post Reply