C
coffeecraze
I have a complex circle of information.
Here is what I need:
Create new record table1 from form "initial"
Create new record table2 from form "progress" with fields 1,2,3
defaulted from last "initial" record
Create new record table3 from form "plan" with same fields defaulted
from last record from "progress"
Create new record "progress" defaulted fields from "plan"
Create new record "progress" defaulted fields from latest fields from
either "progress" or "plan"
Basically I need fields 1,2,3 to default the latest entry into 3
different forms when they are created and using the most current/
updated entry.
I am making this happen with subforms, but my problem is I change the
original context.
So I need the first "initial" to stay original even if another is
made. first, second, third ect "progress" all stay original when
another is created and so forth.
its a bit confusing any help would be great. Thank you in advance.
Here is what I need:
Create new record table1 from form "initial"
Create new record table2 from form "progress" with fields 1,2,3
defaulted from last "initial" record
Create new record table3 from form "plan" with same fields defaulted
from last record from "progress"
Create new record "progress" defaulted fields from "plan"
Create new record "progress" defaulted fields from latest fields from
either "progress" or "plan"
Basically I need fields 1,2,3 to default the latest entry into 3
different forms when they are created and using the most current/
updated entry.
I am making this happen with subforms, but my problem is I change the
original context.
So I need the first "initial" to stay original even if another is
made. first, second, third ect "progress" all stay original when
another is created and so forth.
its a bit confusing any help would be great. Thank you in advance.