Search results

  1. smtazulislam

    How to create Folder exist from TABLE and Syncing in Data Form

    Thank you very much for your suggest. Step by step we can discuss. I tried to crate a subfolder under the my Main Path. But it was created in Main path. Not going under the main path. EDIT / Private Sub cmdCreateSubFolder_Click() Dim sLocation As String Dim spath As String sLocation =...
  2. smtazulislam

    How to create Folder exist from TABLE and Syncing in Data Form

    Hello, Peace be upon you. Here I found many create Folder sample. but unfortunately not exist with my required. I have fixed location in my PC. I would like to create Subfolder under the fixed Locations Folder in the table (tblDBMainLocation). Folder name should taken from TABLE .. Yellow mark...
  3. smtazulislam

    Solved Comma to count Quantity and Separate Insert in the Report

    Thanks, I getting your point. So, this query UNION can't possible more then 10 items data, if I need more then I have to add and fixed how many items want to display.
  4. smtazulislam

    Solved Comma to count Quantity and Separate Insert in the Report

    Thanks for your advice. I guess and understood what you are advice me. but I can't do that because, We need to subform display a line with on a textbox. Actually it was inserted in pup up form, and also same sales invoice, Texes Invoice, Date is different, for an employee. All of the thing...
  5. smtazulislam

    Solved Comma to count Quantity and Separate Insert in the Report

    Thank you very much, Appreciate SIR,
  6. smtazulislam

    Solved Comma to count Quantity and Separate Insert in the Report

    Hello, peace be upon your I have a textbox [short text] in continuous form where I added data like FacilityID Date Code Items Received Quantity Total Quantity Items Quality Items Status 1 01/11/2022 2022110001 Laptop, Mobile Set, TV, 1 ????? Used Current 2 12/12/2022 2022120024...
  7. smtazulislam

    Which database ?

    Which database ?
  8. smtazulislam

    Solved Unbound Combo box need multiple value

    Thank you very much @MajP . Its work. I expensed 2 hours to read the error. But can't find. Maybe because, I tried to one By one combo box. that last two items is not added in the FILTER. Really you have been done an appreciated work.
  9. smtazulislam

    Solved Unbound Combo box need multiple value

    Thank you very much. Its the best for me. Now facing a problem the two combo box filter others two not working. I don't know where I do mistake. See the attached Option Compare Database Option Explicit Private WithEvents MSCCompanyName As Form_frmMultiSelectDialogueBox 'Company Name...
  10. smtazulislam

    Solved Unbound Combo box need multiple value

    Thank you very much. Nice work. But Im not sure that it is possible with some criteria to print out after filtering data. I will try and give you a feedback. appreciate your work.
  11. smtazulislam

    Solved Unbound Combo box need multiple value

    If I using the popup form then mainform Unbound Combo box to replace TEXTBOX. Its also good ways, I will try it.
  12. smtazulislam

    Solved Unbound Combo box need multiple value

    I download it, But not found there multi select in Combo box as I required . there is list box in multi.
  13. smtazulislam

    Solved Unbound Combo box need multiple value

    Thank you very much both advice There is no more space to add list box. And user like to dropdown list. see attached. In this form appear any others idea to filter "CompanyName", "BranchName", "Category" by multiple value
  14. smtazulislam

    Solved Unbound Combo box need multiple value

    Hi, I have a searcher form. It is worked. But now like to put multiple value to search. CODE : Private Sub cmdFilter_Click() Dim strWhere As String Dim lngLen As Long If Not IsNull(Me.fltCompanyName) Then strWhere = strWhere & "([CompanyName] = """ &...
  15. smtazulislam

    WhatsApp Not stayed in same TAB

    Yes sir, can possible without open WhatsApp application in web. there have any system to sending message multiple WhatsApp numbers via ACCESS. Everyday we have instruction to worker supervisor work schedule what to do next 2/3 hours. It was change the "EmployeeID" and "Department Name". Other...
  16. smtazulislam

    WhatsApp Not stayed in same TAB

    I dont try it. because Post : 1 code is worked. I tried to your suggested to change the SETTING in chrome . But not working. it was opening with a new TAB.
  17. smtazulislam

    WhatsApp Not stayed in same TAB

    Thank you. No work. it was open a new TAB in the chrome as before.
  18. smtazulislam

    WhatsApp Not stayed in same TAB

    Hello sir, my code is worked. it was opening every click with new TAB in chrome browser. I want to opened in previous TAB. This is my question. Thank you.
  19. smtazulislam

    WhatsApp Not stayed in same TAB

    Hi, I using the google chrome browser. I would like to do if I click to whatsApp button then It is open chrome browser directly where I already opened a TAB. But I facing every click open new tab in chrome browser. Also If I using the Gchrome as Object then get error. How do I fix it. Noted...
  20. smtazulislam

    Report not open

    Hello, Any help with this report ?
Back
Top Bottom