กระทู้เก่าบอร์ด อ.Yeadram
1,593 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.5912s
response = MsgBox("Do you want to save this new record ?", vbYesNo + vbInformation + vbDefaultButton2, "Confirm Save")
If response = vbYes Then
..
Else
..
End If