In article <1162473876.826641.83550 (AT) h54g2000cwb (DOT) googlegroups.com>,
"Paul Bruneau" <paul (AT) ethicalpaul (DOT) com> wrote:
Quote:
You are definitely on the right track. Relate your global field to your
actual job number field, and be sure to use the "Go To Related Record"
script step, not the Go To Record/Request step. |
The other way is to not bother with a Relationship at all and just
script a Find.
eg.
Enter Find Mode []
Set Field [JobNumber, gDummyJobNumber]
Perform Find []
Go To Layout [whateverlayout]
Either way, you also need to include some error catching routines in
case the user enters a Job Number that doesn't have any records.
Helpful Harry
Hopefully helping harassed humans happily handle handiwork hardships ;o)