Hi, I'm new here and, I'm also novice in MS Access.
I'd like to know whether it is possible to set default value for a field that would change its value according to the value of another field.
This is to say I've got two tables:
in the first one there are an id of a deal (IDDeal) and the deal number (DealNumber) - DealNumber is specific to IDDeal
in the second table there are more other information about these deals. Apart from many fields there are also IDDeal and Deal Number.
I'd like to somehow set the value of DealNumber in a way that when I insert the value of IDDeal, the DealNumber will appear automatically.
I suppose this is possible, but I have no idea how to do that.
I tried to do this afterwards using Update Query, but it 'heals' only records already written and after every new record it is necessary to run this query again. I'd like to make it more automatically
I'd be glad if you mind helping me.