I have two listboxes with four buttons: <<, <, >, and >>. I'm using SQL statements INSERT and DELETE to move data from one listbox to another. The two listboxes are unbound.
I've been reading some threads that use .AddNew then .Update. What's the difference between the two? Is there a difference?
I've been reading some threads that use .AddNew then .Update. What's the difference between the two? Is there a difference?