Hi,
I have a multi-page form that links several tables. The tables are related by an ID number. One the first page of my form, the ID number is auto-entered for the first table, then when data is added to each additional page/table the ID number is automatically updated to what it is on the first page. However, if I don't add data to a certain page, the ID number for that table does not get added and when I try to add data later for that table (through the form) I get an error. I thought I could get around this by automatically entering the ID number for every page once the ID number has been entered on the first page but am not having any luck making this work. Does anyone have any ideas?? I tried using some "before_update" commands, and other things like that, but nothing seems to be working. Help!!
I have a multi-page form that links several tables. The tables are related by an ID number. One the first page of my form, the ID number is auto-entered for the first table, then when data is added to each additional page/table the ID number is automatically updated to what it is on the first page. However, if I don't add data to a certain page, the ID number for that table does not get added and when I try to add data later for that table (through the form) I get an error. I thought I could get around this by automatically entering the ID number for every page once the ID number has been entered on the first page but am not having any luck making this work. Does anyone have any ideas?? I tried using some "before_update" commands, and other things like that, but nothing seems to be working. Help!!