G
Guest
Im creating a data dictionary and have a line of code from the
CmdCreateDD_Click procedure:
DoCmd.RunSQL "delete tblDD.* from tblDD;"
it works but I dont understand what the procedure is doing and why it is
needed; why delete?
Im using Access 2003
CmdCreateDD_Click procedure:
DoCmd.RunSQL "delete tblDD.* from tblDD;"
it works but I dont understand what the procedure is doing and why it is
needed; why delete?
Im using Access 2003