I have a screen, not a form. textbox1, button to execute the patch.
I need a textbox1 to show the last id created specifically to a user.
The user field is called User1. That value is from txtUser.Text on the screen.
The Patch code: I'm running this patch code.
Patch('[dbo].[t_redbook_pricing_escalation_master]',Defaults('[dbo].[t_redbook_pricing_escalation_master]'),
{
QS_RACFID: txt_QS_RACFID.Text,
STATUS: "Pending Leader Review",
ESCALATION_CREATED_BY: txt_qs_fullname.Text,
DATE_ESCALATION_CREATED: Now()
}
)
;
Thanks
Dave

Report
All responses (
Answers (