Hi!
I have two tables:
Network_Element
NE_Data
The second one is a "child" table for Network_Element.
For these tables I've created two forms: 01_NE and 02_Data, which is a subform for 01_NE.
The procedure of data completion is this:
1. Choose Network Element
2. Open NE_Data for this element (here opens the NE_Data with a filter for this element)
3. View record or add new
The NE_Data record consists of date, number, NE_number, port_number_old, port_number_delta and port_number_new fields.
Now if I add new record, I want NE_number field to fill automaticly with a value of last record (NE_number of current Network Element).
Second "wish"
has to do with port_number_x fields.
After creating new record, port_number_old should be filled with port_number_new from previous record and port_number_new should be a sum of port_number_old and port_number_delta, wich user will complete.
Hope it's not very complicated :-D
Big thanks for any help...
--
fahur
I have two tables:
Network_Element
NE_Data
The second one is a "child" table for Network_Element.
For these tables I've created two forms: 01_NE and 02_Data, which is a subform for 01_NE.
The procedure of data completion is this:
1. Choose Network Element
2. Open NE_Data for this element (here opens the NE_Data with a filter for this element)
3. View record or add new
The NE_Data record consists of date, number, NE_number, port_number_old, port_number_delta and port_number_new fields.
Now if I add new record, I want NE_number field to fill automaticly with a value of last record (NE_number of current Network Element).
Second "wish"
After creating new record, port_number_old should be filled with port_number_new from previous record and port_number_new should be a sum of port_number_old and port_number_delta, wich user will complete.
Hope it's not very complicated :-D
Big thanks for any help...
--
fahur