Jun 21, 2002 #2 TrojanRabbit Programmer Apr 4, 2002 190 US Delete a field from a table or a field control from a form? To delete it from a table, use the following: CurrentDb.TableDefs(<tablename or index>).Fields.Delete <fieldname> I don't think you can delete form controls in VBA. Upvote 0 Downvote
Delete a field from a table or a field control from a form? To delete it from a table, use the following: CurrentDb.TableDefs(<tablename or index>).Fields.Delete <fieldname> I don't think you can delete form controls in VBA.
Jun 21, 2002 Thread starter #3 emumaster Programmer Aug 30, 2001 31 US It worked great!! Thanks so much!!! Upvote 0 Downvote