Get Rid of Update Query Messages

M

m stroup

I have a data entry form that writes to a temp table. When I hit a command
button, update queries copy the data to the appropriate perm tables and the
temp table entry is deleted. How can I get rid of the multiple messages that
pop up saying "Do you want to add three rows", etc.
 
Top