กระทู้เก่าบอร์ด อ.Yeadram
        
           1,693   1		  
          
					  
		    URL.หัวข้อ / 
		    URL
        
        ผมอยากทำปุ่มบันทึกข้อมูลแล้ว มี yes/no ก่อนบันทึกล      
    
      ผมอยากทำปุ่มบันทึกข้อมูลแล้ว มี yes/no ก่อนบันทึกลงตาราง
มี groupID กับ groupname ครับ
ตารางชื่อ tblgroup ฟอร์ม Add_group
    
  มี groupID กับ groupname ครับ
ตารางชื่อ tblgroup ฟอร์ม Add_group
				1 Reply in this Topic. Dispaly 1  pages and you are on page number 1 
				
      Time: 0.6128s
    
      
		
response = MsgBox("Do you want to save this new record ?", vbYesNo + vbInformation + vbDefaultButton2, "Confirm Save")
If response = vbYes Then
..
Else
..
End If