Search results

  1. M

    Cannot add without committing row first

    Hello i have a form that i want to add the new document but when i want to add the new document i will get this error message: attachments cannot be added to new rows until the rows have been commited to the server, commit the row first and then try to attach the document again. can you...
  2. M

    how to commit the rows

    hello i have a form with attachment in it in ms access web. when i want to attach a file to the database i get this message. you can't add a new record to the table until you commit the changes. can you help me please? what should i do? how should i commit the rows in my table? thank youi...
  3. M

    the identifier status cannot be found

    hello my priblem was that this field was created before and for the new table also i deleted it but it didn't work, so i recreate te table again. do you know if it is possible to make the pivot charts for web database as well as desktop? i want to make pivotcharts for web database but i saw...
  4. M

    the identifier status cannot be found

    HELLO i have a form in ms access and i want to attach a file in it and then save it to the related table but when i press the save button i have the below message: the identifier [status] couldn't be found can you helpp me please? where is my error? i attached the error as well thank you
  5. M

    how to browse files and store them to database

    how can i store the files to the specific folder? on a web database in access is it also possible?
  6. M

    how to browse files and store them to database

    hi, thank you i am using access 2010. can you guide me please more i couldn't find an appropriate code thanks
  7. M

    how to browse files and store them to database

    Hello, i want to browse the files from a form and then store hem to the database. i have the following code, i can show the file path to the text box but i don't know how to store the file or how to upload the file to the database. can you help me please? thank you Dim f As Object Dim...
  8. M

    how to publish a web site in sharepoint

    Hi, i changed the name of sharepoint site but i have again this problem. can you help me please? thank you i uploaded the error message again
  9. M

    how to publish a web site in sharepoint

    Hello, i want to publish a web site in access in sharepoint server but when i give the names of the sharepoint server and website i have a message : i also uploaded the message. can you help me please? thank you
  10. M

    how to know if a pdf is printed from Access

    Hello, i have a hyperlink for a pdf document in my access form. the user will enter his id and then he access to this form i want to know when he opens the hyperlink if he will print the pdf file or not i want to save the name of the pdf file in a table if the user prints the hyperlink...
  11. M

    for each

    hi i have the following code i want to add for each in this code but i don't know how. i want for each application that is fined the code will be run. can you help me please? Function fCloseApp(pClassName As String) As Boolean 'Usage Examples: ' To close Calculator: '...
  12. M

    close all powerpoint files from an access application

    hello, i want that if any powerpoint application is open after closing my access app all of these powerpoint files will be closed. i found this code for excel file and i changed it for powerpoint application. but i have an error message in this pink line? can you help me please? thank you...
  13. M

    close access application aftera specific time

    Hello, i have an access application and i wnat that aftera specific time it would be closed automatically. I found the following code in timer event of a form that is hidden. but it takes long and i want that it works sooner than that. do you know where should i change the time? i also have...
  14. M

    permisssions in ms access

    Hello maybe i said it not correctly when i want to open a form in ms access i am not abbel to oprn it (when i double click on a form) i have this error message: you are not authorized to perform this function thank you for your help
  15. M

    permisssions in ms access

    I want to set permission for Access 2010 databse object wise, per user or group base. I read many links on internet, I am not able to find tool menu for user level security wizard. Let me know how the user wise permission can be set for Ms-access 2010 database, for each object. i.e. some user...
  16. M

    not able to work with desktop button when access is open

    Hello Thank you But I couldn't understand what you mean exactly Can you tell me what to do please? Thank you
  17. M

    not able to work with desktop button when access is open

    hello when access database (acccde) is open i am not able to work with desktop button. is there any way to work with desktop button as well? i attached also what i meant thank you
  18. M

    DoCmd.TransferSpreadsheet ( export data from a table in access to excel)

    hello i have the following code and it runs without error but when i want to open excel file, i have the following message and i can't open it. can you help me please? i attached the error message DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel12, "tbl_userinformation"...
  19. M

    enter parameter value

    thank you for your reply but i found this example on the internet LSQL = "Select * from Suppliers" LSQL = LSQL & " where Supplier_ID = 2345" i don'T know how i should change my code do you know? can you help me ?
Back
Top Bottom