I have created two new screens used for inputting seperate database items and reviewing them.
They behave similar to item list and item service. Item list displays the data in grid form. Item service is the item input screen.
The problem I'm running into is that when I select "goto" from the review screen (item list equivalent) my input screen (item service equivalent) comes up but it is blank. It won't display the current data.
Any ideas what linking I might be missing? I see a lot of conditional statements on the item list screen under the "goto" link for the item grid. However, those seem to be referring to different item types (inventory, service etc).
Mine is pulling and sorting by recordID and name fields.
Thanks for any direction you may have!!
Phillip