G
Guest
I have a form called "ECO Log", it has a text box with the following control
source =[BaseNumber] & "-" & Format([Extension],"000")
I also have another form called "ECO Form" that also has a text box with the
same control source =[BaseNumber] & "-" & Format([Extension],"000")
What I want to do is double click on the "ECO Log" text box and bring up the
same record in the "ECO Form" text box, so I can enter more data.
Any help would be greatly appreciated!!
Tammy
source =[BaseNumber] & "-" & Format([Extension],"000")
I also have another form called "ECO Form" that also has a text box with the
same control source =[BaseNumber] & "-" & Format([Extension],"000")
What I want to do is double click on the "ECO Log" text box and bring up the
same record in the "ECO Form" text box, so I can enter more data.
Any help would be greatly appreciated!!
Tammy