J 
		
								
				
				
			
		Joe Williams
The command button wizard generates the following code to save a record.
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
I have been using docmd.save
What is the difference between these two? Are there advantages to the way
the wizard does it? Are there any other, more preferred methods to save a
record via code?
Thanks
Joe
				
			DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
I have been using docmd.save
What is the difference between these two? Are there advantages to the way
the wizard does it? Are there any other, more preferred methods to save a
record via code?
Thanks
Joe