Search results

  1. K

    Solved How to lookup Items which belong to Particular Purchase Order

    How a good day to all. I need your favor. How to lookup Items which belong to Particular Purchase Order and fill to particular report form. Thank you so much.
  2. K

    HOW TO GENERATE PRODUCTION ORDER AS PER SALES ORDER NUMBER OF LINES

    Have a good day to all I have to Tables - Sale Order Table - Production Order Table What is the best way to generate production order as per Sales Order line. As per image below shows we have 3 lines in Sales Order, when i click generate it will add to the Production Order Table...
  3. K

    How to sort monthly forecast accordingly in crosstab query

    Have a good day to all. I have the following query to order by month but still not sort accordingly TRANSFORM Sum(ForecastHistory.ForecastQty) AS SumOfForecastQty SELECT ForecastHistory.Description FROM ForecastHistory GROUP BY ForecastHistory.Description ORDER BY Format([ForecastDate],"mmmm -...
  4. K

    PC2 cannot open the file which attached by pc1

    I just want to ask again your favor on how to resolve the issue on attachment. 1. If database is standalone, attachment is now issue. 2. The problem is. When i split the database. - I put the backend on PC - 1 - PC-1 user can attached and open the file attached. 3. I put...
  5. K

    MS ACCESS DATABASE BACKUP

    I have button to backup the database with local table it working fine with the standalone. However if i split the database and do same process click backup button but now i have some issue, It backup only the frontend table which shortcut instead of suppose local table or backend. Thank you...
  6. K

    How can i generate monthly payment in query as per below calculation

    I got loan of a 5,000 with monthly interest of 6%. I will pay it for 3 months in a semi monthly basis, thus my monthly installment is 983.33 I did not use PMT in computation, simply just [5000 x 0.06 x 3] + 5000 / 6 I try to apply in the attached sample but i failed to do. thank you.
  7. K

    Ms Access: What is the best way to extract Appropriation as per distribution

    What is the best way to extract appropriation as per percentage distribution. 1. Distribution Percentage can be changeable 2. Particulars/Services can be change or have an additional - example i need to add Represenstation Expenses 5% 3. Maximum 100% Total...
  8. K

    How to add bulk Item from combobox items into continues form instead of selecting one by one

    I have i combox which row source : SELECT tblMpf.MpfID, tblMpf.Particulars FROM tblMpf ORDER BY tblMpf.MpfID; - Is it possible that when i select one item the following all items in the list will add to the record automatically ( 1 - 20 ) Thank you so in advance for the support. Kamayo Ako
  9. K

    Solved How do I put a page header on every page except the first?

    I have a report with report header and page header. On this case i want to display only page header starting on Page 2 and so on. Thank you so much in advance Kamayo Ako
  10. K

    Solved How extract the remaining years, months and days before compulsory retirement date

    Have a goodday to all!!! I just want to ask your assistance again on how to extract the remaining years, months and days before compulsory retirement date. Attached the sample database for the concern transaction. Thank you so much in advance.....
  11. K

    MS ACCESS: How to extract quantity consumption quarterly according to transactionDate by section

    tblInventory - Filtered by section ADMINISTRATIVE SECTION Trans Date ItemID Description...
  12. K

    NUMBER TO WORD IN PESO - EXCEL

    Attached is my sample excel file. Currently as per file i've attached: showing " Twenty Four Pesos Only And Ten /100" I need to show like this " Twenty-four and 10/100 pesos" Thank you so much for your support.
  13. K

    How i can i save the captured image with specific location folder?

    Have a good day to all Master. 1. I have textbox which autofill after selecting the image from E:\Residents Images\My Pic.jpg = No Issue with this process and i used below code to browse the images: Private Sub Browse_Click() Dim F As Object Dim strfile As String Dim strFolder As String...
  14. 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.
  15. K

    Solved How can I hide/unhide item in combo box as per user login

    Have a good day to all!!! I just want to ask your favor on how to hide/unhide item in the combo box as per user login. Combo Box item List 1. Remove Stock - This will show only for user - A 2. Manufactured Parts - This will show only for user - A 3. Move to Warehouse - This will...
  16. K

    HELLO TO ALL !!! THANK YOU ADMIN FOR ACCEPTING ME

    I Just want to say thank you for accepting me here masters.. Im Newbie here.
Back
Top Bottom