This is a very helpful posting which will help me save and then do stuff to the form.
thread702-61718
I need to compare old and new values to bound text boxes before actually saving, because once I save, the oldvalue property will not be there. How do I fake save (check that the record can save as is, but not save it)? I am worried that someone could be trying to add a record with a primary key that is already in the table, or anything else that may effect my data integrity. Is there an easy solution, I don't really want to open a record set and check the primary keys.
thread702-61718
I need to compare old and new values to bound text boxes before actually saving, because once I save, the oldvalue property will not be there. How do I fake save (check that the record can save as is, but not save it)? I am worried that someone could be trying to add a record with a primary key that is already in the table, or anything else that may effect my data integrity. Is there an easy solution, I don't really want to open a record set and check the primary keys.