G
Guest
I have the Table
ID Autonumeric
CodFarmer String
CodSemester Lookup (String)
CodAnimal Lookup (String)
Quantity Numeric
AnimalUnit Numeric
AnimalUnit must have the values indicated below:
CodAnimal Animal Unit
1 1
2 1
3 1
4 0.25
5 0.5
6 0.75
7 1.25
8 1
9 0.75
10 0.5
11 1.25
12 1
13 1
I would like to be able that when I select a value in CodAnimal the
respective value in AnimalUnit field will be filled. How can I do this?
Many thansk
ID Autonumeric
CodFarmer String
CodSemester Lookup (String)
CodAnimal Lookup (String)
Quantity Numeric
AnimalUnit Numeric
AnimalUnit must have the values indicated below:
CodAnimal Animal Unit
1 1
2 1
3 1
4 0.25
5 0.5
6 0.75
7 1.25
8 1
9 0.75
10 0.5
11 1.25
12 1
13 1
I would like to be able that when I select a value in CodAnimal the
respective value in AnimalUnit field will be filled. How can I do this?
Many thansk