access vba - Versions in a subform -


i have split database backend , frontend. frontend has form (form1) every record has own id clicking on pop-up form opening (form2).this pop-up form includes different fields , subform versions shown. versions created making changes in pop-up form. looks works fine. backend of database contains versions (after made change), nut frontend doesn't show these versions, latest version. suppose there latest version under new id subform contans other versions. anybode have idea, not working? why don't see versions under new 1 in frontend?

i paraphrasing:

  1. mdb database split on backend , frontend
  2. open frontend: main form

    i. main form contains i.e.100 records. each record has id field. click on id --> pop-up form.

    ii. pop-up form contains record's info + subform

    iii. subform contains versions of particular record. versions stored in backend.

every time user makes changes in pop-up form - new version created. consequently, new version of record made saved in backend.

so, see them in backend, not in subform. should have them in subform.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -