Search results

  1. K

    CREATING TABLE ARCHIVE TO STORE ALL DELETED RECORDS

    Actually i open this scenario just open the big picture of possibilities on how to accomodate this concern. I observed topics concerning deletion and one experience here told that he is not agree about deleting data instead it must be stored in archive table. Now, for the seek of argument i open...
  2. K

    CREATING TABLE ARCHIVE TO STORE ALL DELETED RECORDS

    Ang lupit mo sobra sir. e try ko ngayon ito sir.
  3. K

    CREATING TABLE ARCHIVE TO STORE ALL DELETED RECORDS

    Thank you so much sir
  4. K

    CREATING TABLE ARCHIVE TO STORE ALL DELETED RECORDS

    Thank you so much sir.
  5. K

    CREATING TABLE ARCHIVE TO STORE ALL DELETED RECORDS

    That's great idea sir. Timestamp well help also to track the transaction and possible to recall.
  6. K

    Solved BLANK SUBFORM

    The reason for this is you i share the single frontend into more than one user. I mean, you share the folder which you can access the frontend shortcut and once one user will open that frontend i will become locked to other users. However if you put a copy of the frontend to each user computer...
  7. K

    Solved BLANK SUBFORM

    Since that's splitted database. Share your frontend copy to each user computer and relink to backend. Make sure to save as accde and disable shift after your relink the backend. Maybe you just share the frontend shortcut to the user not the frontend itself.
  8. K

    DELETE ALL RECORDS FROM RELATED RECORDS

    As long as that particular table record has a FK that bind them with Main transaction table PK like ogrenci-id then you can do same process but add another declaration.
  9. K

    DELETE ALL RECORDS FROM RELATED RECORDS

    You welcome brother. But you must also consider the opinion of sir @ Pat Hartman since he had a great experience and expertise concerning that issue.
  10. K

    CREATING TABLE ARCHIVE TO STORE ALL DELETED RECORDS

    what i mean sir is that. I have one table name: tblArchive. now i have other tables like - Purchase Order/Details - Inbound (ReceivedItems) and outbound(Issued Items) and so on. So If I delete records in any those tables for some reasons then that should be store in tblArchive.
  11. K

    CREATING TABLE ARCHIVE TO STORE ALL DELETED RECORDS

    Is it possible to dedicate one table (tblArchive) and all deleted records from any transaction will save there. Thank you for any possible way on how to achieve. I try append and delete query but i need to make to all transaction tables since fields are not identical.
  12. K

    DELETE ALL RECORDS FROM RELATED RECORDS

    Thank you sir so much for that sir @ Pat Hartman it's my pleasure to know that since im still in the level of learning process. I just share which working on my part for the sake that he maybe get some possible solution but not absolute.
  13. K

    DELETE ALL RECORDS FROM RELATED RECORDS

    Try this brother: Private Sub cmdDelete_Click() Dim lngID As Long Dim lngID1 As Long Dim lngID2 As Long Dim strSQL As String Dim strSQL1 As String Dim strSQL2 As String DoCmd.SetWarnings False lngID = ogrenci_id.Value lngID1 = ogrenci_id.Value lngID2 = ogrenci_id.Value DoCmd.runSQL "DELETE...
  14. K

    Nadali mo sir. Talagang umaatras siya pagwalang transaction. Maraming salamat ng sobra sir.

    Nadali mo sir. Talagang umaatras siya pagwalang transaction. Maraming salamat ng sobra sir.
  15. K

    Maraming Salamat talaga sir ng sobra... May YT channel kaba sir or page or any.. para naman ma...

    Maraming Salamat talaga sir ng sobra... May YT channel kaba sir or page or any.. para naman ma share natin... ito pala email ko sir... arevroc76@gmail.com duon mo nalang kung socmed mo or site.
  16. K

    Ok sir maraming salamat. So ito sir, Halimbawa may transaction ako Last September, October...

    Ok sir maraming salamat. So ito sir, Halimbawa may transaction ako Last September, October, November and December hindi na masama yung September? bali yung last 3 months period and ma extract? . So sa sample ko dahil walang transaction and September onwards kaya duon siya kumuha ng value. Tama...
  17. K

    I really appreciate sa tulong mo sir. Isang linggo akong walang peace of mind napapaniginipan ko...

    I really appreciate sa tulong mo sir. Isang linggo akong walang peace of mind napapaniginipan ko na kung paano ko e resolve.
  18. K

    Maraming salamat ng sobra sir arnelgp. thank you so much for your time and God Bless you...

    Maraming salamat ng sobra sir arnelgp. thank you so much for your time and God Bless you...
  19. K

    Ito siya sir ;https://1drv.ms/u/s!Atf7F3UQFDCSd_b8jWjnSfGoRVE?e=eUGJMK

    Ito siya sir ;https://1drv.ms/u/s!Atf7F3UQFDCSd_b8jWjnSfGoRVE?e=eUGJMK
Back
Top Bottom