larrydavid
Programmer
Hello,
Using Access 2003 sp3 with lnked tables in SQL Server 2008.
I have a subform which uses a vba module (courtesy of Allen Browne) to carry over the values from the current record to a new record. Everything works fine except now I need to update a couple of fields that we're in the current row (now the previous row). I have tried many things over the past couple of days and cannot get this to happen. I've tried setting variables in Before and AfterUpdate events, tried grabbing the values of the current row and putting them in variables in the Form_Current(), but no go.
I have hardly any hair left after having pulled most of it out over this, so any help would be much appreciated!
Thanks,
Larry
Using Access 2003 sp3 with lnked tables in SQL Server 2008.
I have a subform which uses a vba module (courtesy of Allen Browne) to carry over the values from the current record to a new record. Everything works fine except now I need to update a couple of fields that we're in the current row (now the previous row). I have tried many things over the past couple of days and cannot get this to happen. I've tried setting variables in Before and AfterUpdate events, tried grabbing the values of the current row and putting them in variables in the Form_Current(), but no go.
I have hardly any hair left after having pulled most of it out over this, so any help would be much appreciated!
Thanks,
Larry