/* */

Tuesday, May 31, 2011

[belajar-access] mematikan tombol dari form lain

met pagi sodara-sodara...

sory kebiasaan jelek, nongol kalau nanya hehehhee..

mohon bantuan rekan-rekan untuk masalah saya ini..

1. pengin mematikan tombol di form dari form lain
saya dah buka form dalam edit mode dengan perintah
Private Sub CmEdit_Click()
On Error GoTo Err_CmEdit_Click

Dim stDocName As String
Dim stLinkCriteria As String

stDocName = "TRumah_Tangga_add"
DoCmd.OpenForm stDocName, , , stLinkCriteria, acFormEdit


Exit_CmEdit_Click:
Exit Sub

Err_CmEdit_Click:
MsgBox Err.Description
Resume Exit_CmEdit_Click

End Sub

kemudian di form TRumah_Tangga_add terdapat tombol CmTambahdata yang digunakan untuk menambah data. bagaimana caranya untuk mematikan tombol ini? (tahunya kalau pas diform yang bersangkutan, kalau dari form lain bagaimanakah)

2. link table manager..
ada gak ya vba untuk bikin link table selain menggunakan dari fasilitas file di acces (hehehehe biar bisa ada bahasa indonesianya)..

terima kasih rekan-rekan atas bantuannya...


best regards

must hdi s

------------------------------------

SPAM IS PROHIBITEDYahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/belajar-access/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/belajar-access/join
(Yahoo! ID required)

<*> To change settings via email:
belajar-access-digest@yahoogroups.com
belajar-access-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
belajar-access-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

No comments:

Post a Comment