24/02/2010, 12:13
iyi günler
DROP TABLE [" & Me!lstTables & "];
ne demektir
daha doğrusu
böyle bir kod var
If Len(Trim(Nz(Me!lstTables))) > 0 Then
DoCmd.RunSQL "DROP TABLE [" & Me!lstTables & "];"
Call Refresh_Table
End If
On Error Resume Next
DoCmd.OpenForm "frmCreateTable"
Exit Sub
DROP TABLE [" & Me!lstTables & "];
ne demektir
daha doğrusu
böyle bir kod var
If Len(Trim(Nz(Me!lstTables))) > 0 Then
DoCmd.RunSQL "DROP TABLE [" & Me!lstTables & "];"
Call Refresh_Table
End If
On Error Resume Next
DoCmd.OpenForm "frmCreateTable"
Exit Sub