Search results

  1. O

    How to avoid duplication

    There’s not 😔
  2. O

    How to avoid duplication

    This is the vba code for my button , shall i add that to my code
  3. O

    How to avoid duplication

    Hello guys , I have a button in a form which i use it to transfer data to appending query ( i mean when i click on my button the data in my form transferred to another form and query) but i face some problems and i hope to find solutions, when i click on this button the data transferred...
  4. O

    VBA code to append data

    Private Sub Command197_Click() DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel12, "Copy Of Refernce", "N:\001 ALL FORM2", True, "Adding new", "" End Sub
  5. O

    VBA code to append data

    Iam sorry for being annoying, but iam still face some problems 😔
  6. O

    VBA code to append data

    Iam sorry about the previous pic , here’s the screenshot
  7. O

    VBA code to append data

    I follow the steps , but i dont know where’s the mistake , could you help plz ?
  8. O

    VBA code to append data

    Hello guys , Could you please help me about if there any VBA code to append data from excel to access , i mean i have a table linked to form i need a button when i press on it all the data in excel file (in a specific destination in my pc) appended to this table , is that possible.
  9. O

    Filter query based on combo box selection

    Hello guys , I wanna to know if i have form with a combo box ( contain alot of codes ) , and i have query with the full data of this codes , i wanna the vba code to a button when i click on it , which is filter the query as per the code i choosed from combo box , is that possible ?
  10. O

    Urgent help in query

    no i mean by empty cells ( Overtime cell) that = 0 , i dont wanna it to appear if it equal zero or it is null
  11. O

    Urgent help in query

    I mean by empty cells that the cells that doesn’t contain a company code , (CCF), how can i hide it , in another meaning i want to when i choose company code it shows headers fillling with (CCF) only .
  12. O

    Urgent help in query

    Thank you guys for you replies , but i tried the 2 methods that you have mentioned but i still face the same problem , the filter working well , but it still showing the empty cells , is there anyway to avoid that ?
  13. O

    Urgent help in query

    Hello guys , i have urgent inquiry , i have a table (attached ) I wanna to create form with combo box , when i select company code , it automatically filter the cells contain the same company code , for example , if i select CCF from my drop list , and go to query , i found the columns with CCF...
  14. O

    Plz help with append data

    Hello guys , I have a small issue with external data from excel to access , when i append data , for example i added 50 record , when i check my database i found alot of empty rows with auto number , so when i try to add more records , i cannot continue with row number 51 , it maybe around 1k...
  15. O

    Created by & modfied by

    Hello guys , Iam just wanna to know if there any VB code can help me with the below : I have a database shared with my team (8 users) each one have his own username and password , is there any option to add a tool helps me to know this record created by which user , also if it modfied can i...
  16. O

    Date/Time issue , Urgent plz

    I really appriciate tour contionous support , and iam sorry for being annoying , but as per my info your code is only for adding a new record (maybe iam wrong) , lemme explain to you , i already have my data i search for ID using combo box when then i put a date in (PTS Date-Attached) all i...
  17. O

    Date/Time issue , Urgent plz

    Yeah that's excatly what i want to do , showing both of date and time , but please excuse my little knowledege in access , could you tell me where should i write "Now()" iam now in design veiw for my table . should i write it in a default value or which place ?
  18. O

    Date/Time issue , Urgent plz

    Did you mean i should use build a expression in this cell in query ! it's named PTS Date , may i press build and make it PTS Date = NOW() ?
  19. O

    Date/Time issue , Urgent plz

    i tried that , its only show date , not time .
  20. O

    Date/Time issue , Urgent plz

    Hello guys , I need your help with " how can i show time in a Date/Time format cell , i tried alot of soultions i found on internet , like make the default value = NOW() , and set "Never" in show date picker , but it's useless , so i have a form linked with query and table , i just wanna to...
Back
Top Bottom