Recent content by spa856

  1. S

    Solved Subform not showing some information

    I understand and thank you. I wrong the match key...now it works.
  2. S

    Solved Subform not showing some information

    Because for each store I can only have one invoice at the end of the year, I archive the record (create a key to make it unique) and empty the fields of the invoice so that I can use it again the following year. Not the best solution, I know but I didn't know how to get the application to...
  3. S

    Solved Subform not showing some information

    I cannot use the first option. The relationship is one to one. Can I share the DB?
  4. S

    Solved Subform not showing some information

    The second option. The query match for IDs...and if I run the query It shows the result...the subform shows only After an update and click on F5
  5. S

    Solved Subform not showing some information

    Hello, I have the following form. My issue is the following: when opening the form, the fields of the subform do not show their value even though they are filled in. If I enter any value in any field and press F5 it then shows everything. why?
  6. S

    Suggetions about my DB

    I Will try...and thank you as usual
  7. S

    Suggetions about my DB

    The form F_RICERCA open the form F_PUNTO_VENDITA for the selected record on the F_RICERCA. The ID_PV are Always set, i don't understand why It doesn't work
  8. S

    Suggetions about my DB

    At open only the code for the side of screen. On current me.allowedit false
  9. S

    Suggetions about my DB

    Sorry @MajP. I have a problem on the DB, before it worked. I need to select a specific record on F_RICERCA and then click on the icon open a form F_PUNTO VENDITA where I can see all the information of the Punto Vendita. It doesn't work, it open always the same record even if I select another...
  10. S

    Me.AllowEdits=True doesn't work

    It doesn't work. I solved set the property of the form to NO (allow addition, allow edit, allow delete). Removed the code on the current event.
  11. S

    Me.AllowEdits=True doesn't work

    " i wrong the tag
  12. S

    Me.AllowEdits=True doesn't work

    ??? I Always indenting my code, the tags align all to left (see screenshot) I only asked if the issue was related to the requery.
  13. S

    Me.AllowEdits=True doesn't work

    So the issue Is the requery? Can i refresh the caption without requery?
  14. S

    Me.AllowEdits=True doesn't work

    Hello. I have a problem with the edit in a form. My issue is related the allowedit. It seems that the allowedit=false on the current event don't change. I tried to remove it and the code in CmdIstanza_Click works well (change caption etc). Could you please help me? Thank you
  15. S

    Suggetions about my DB

    on change. Thank you Other suggestions about the layout?
Top Bottom