computergeek
Programmer
Hello,
Does anyone know how to run an user-defined function from inside the Form Manager when one of your buttons is clicked?
I am trying to set a hidden field with a value from the current record. After the "Save" button is pressed the FormManager currently does an updaterecord(), followed by a requery() you are then placed at the beginning of the recordset and not on your current row! (This is a bug when using Identity colums - Microsoft's workaround it to do the requery()) I want to get the current value for the company_name, use this value to get the company_id and somehow go to that record...
I am beginning to think I should have used code, rather than using a DTC!!
Any ideas?
Thanks in advance.
Does anyone know how to run an user-defined function from inside the Form Manager when one of your buttons is clicked?
I am trying to set a hidden field with a value from the current record. After the "Save" button is pressed the FormManager currently does an updaterecord(), followed by a requery() you are then placed at the beginning of the recordset and not on your current row! (This is a bug when using Identity colums - Microsoft's workaround it to do the requery()) I want to get the current value for the company_name, use this value to get the company_id and somehow go to that record...
I am beginning to think I should have used code, rather than using a DTC!!
Any ideas?
Thanks in advance.