Subject Insert new record without bringing back others
Author ra8009
Using data aware controls, I want to insert a new record without first
bringing back the others. What's the best way to accomplish this? I
thought about using a query with a parameter and setting the parameter
value to a value that doesn't exist, then calling "insert". Is there a
better way?