J
Jan T.
Hi. Working on a split db 2000 and have a form with a subform where
I want some special action to take place. (frontend on local machine -
and backend on shared folder).
On my main form I also have a sub form. Applying a new record in
the sub form I want something to happen if the user selects a spesific
choise from a combo box.
This is what I want to do: First change the values in some of the fields
in the currentrecord. Then I want to have this record saved and then
I want automatically add an new record with custom calculated values
in it.
The reason I want it automatically inserted, is of the complicated
calculations.
In code behind the form, I can change some og the current fields
with code like:
me.SeconField = 3.5
me.ThirdField = 2
me.FourthField = 6 and so forth...
However, I cannot get this record saved.
Next I cannot automatically add a new record and then save that record.
Any help with this is much appreciated.
Regards
Jan
I want some special action to take place. (frontend on local machine -
and backend on shared folder).
On my main form I also have a sub form. Applying a new record in
the sub form I want something to happen if the user selects a spesific
choise from a combo box.
This is what I want to do: First change the values in some of the fields
in the currentrecord. Then I want to have this record saved and then
I want automatically add an new record with custom calculated values
in it.
The reason I want it automatically inserted, is of the complicated
calculations.
In code behind the form, I can change some og the current fields
with code like:
me.SeconField = 3.5
me.ThirdField = 2
me.FourthField = 6 and so forth...
However, I cannot get this record saved.
Next I cannot automatically add a new record and then save that record.
Any help with this is much appreciated.
Regards
Jan