hi,
yes Salvare means Save. so kindly explain me where should i put this code ? (property sheet in the after event ?)
is there any option to update my database to a place which can edit you.
hi,
yes Salvare means Save. so kindly explain me where should i put this code ? (property sheet in the after event ?)
is there any option to update my database to a place which can edit you.
Select [Event Procedure] in the event property, click the ellipsis (...) to open the VBA editor. Type code.
No, I do not want to edit your db. You need to do it.
Review
https://support.office.com/en-us/art...0-DAB7C75CBE0C
http://functionx.com/vbaccess/Lesson01.htm
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
yes sir i will try my best. problem is i dont have much time to read these articals. still i coundnt resolve my problem. anyway thank you very much for your assistance on this.
I already suggested the Salvare button Click event.
Suggest you give buttons more meaningful names, such as: btnSalvare
The expressions in that AfterUpdate event look appropriate although that code should be in the combobox AfterUpdate event. Might want to use the Me! and Me. qualifiers.
I don't know your control names so I can't give you exact code. Follow the example provided. If you can't learn by example then you will not be able to progress in developing this db.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.