I have two tables Dossier and Rolhand
I'am trying to get the newest date from table rolhand into dossier. <-- Text in Red
I'am using virutal field, but i can't get it to work.
Can someone help me fil in the lookup for a virtual vield
Table: Dossier
*DOS_ID Rol_id Rol_date
------ -+--------------+------------
1 05dak-91 21-01-05 <- this is not working
2 02man-11 01-08-05
Table: Rolhand
tab2_id *DOS_ID Rol_date Name
-------+----------+------------+----------
1 1 21-01-05 Marc
2 1 20-01-05 Chris
3 2 25-07-05 Denis
4 2 01-08-05 Walker
I'am trying to get the newest date from table rolhand into dossier. <-- Text in Red
I'am using virutal field, but i can't get it to work.
Can someone help me fil in the lookup for a virtual vield
Table: Dossier
*DOS_ID Rol_id Rol_date
------ -+--------------+------------
1 05dak-91 21-01-05 <- this is not working
2 02man-11 01-08-05
Table: Rolhand
tab2_id *DOS_ID Rol_date Name
-------+----------+------------+----------
1 1 21-01-05 Marc
2 1 20-01-05 Chris
3 2 25-07-05 Denis
4 2 01-08-05 Walker