Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can't save record via my subform 1

Status
Not open for further replies.
Oct 24, 2002
512
US
I have an unbound main form that uses a tabbed subform with several pages (e.g., Work Orders, Contacts, Faxes, etc.). Each page has a Save command button on it but the one on the Faxes page doesn't want to work. I keep getting Error #0 with no error description although my error trapping code requests a description. I've tried both of the following lines of code but neither seems to work. Any ideas?

DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70

DoCmd.RunCommand acCmdSaveRecord


Ann
 
Good grief! I did forget the exiting. Thanks for saving me from myself Daniel.

Ann
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top