PraizesLiberato
Registered User.
- Local time
- Today, 06:50
- Joined
- Dec 6, 2009
- Messages
- 69
Hi All,
I need to Edit and save a form but its doesnt work.
The form I am using has the save button command as.
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
The Recordsource is the table itself (tblCustomerMain_tb) and uses a filter like "CIF= 123"
I have another form which uses a query:
"Select * from CustomerDetails where CID=12"
For this the save command works.
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
I keep getting the error when clicking the save button that the 'SaveRecord' isnt available now.
I tried both of these methods on the first but still no avail. Need help despreately. I have 3 projects also to work on and this error is driving me nuts.
I need to Edit and save a form but its doesnt work.
The form I am using has the save button command as.
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
The Recordsource is the table itself (tblCustomerMain_tb) and uses a filter like "CIF= 123"
I have another form which uses a query:
"Select * from CustomerDetails where CID=12"
For this the save command works.
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
I keep getting the error when clicking the save button that the 'SaveRecord' isnt available now.
I tried both of these methods on the first but still no avail. Need help despreately. I have 3 projects also to work on and this error is driving me nuts.