Hi,
I created a VB Application. In that VB APplication, I am opening a access
MDB file, and delete a form object from that mdb and then create a form object with deleted form object's name.
the coding is as below:
appln.DoCmd.Del eteObject acForm, strObjName
appln.LoadFromT ext acForm, strObjName, strOutputFilesP ath & "\" & strFileName & "_Temp\" & tempstr & ".txt"...