How to set Page Item value to value of another Page's Item
438410Feb 16 2007 — edited Feb 16 2007Hi,
I have two primary key fields on a Form. I want to set the value of those page items to what a User previously entered on a previous form. I can do this by changing source type from Database Column to Item, and entering the previous page's item name.
But when I submit the form, it says NULL cannot be inserted into the PK column of the table. Right, so obviously something is not working here - those page items aren't being set properly. Btw, I am using an Automated DML Process to insert data on this form. What am I doing wrong?
Kevin