Search results

  1. M

    how to know if a field is empty or not in a data macro

    hello i want to check if a field in a query is empty or not but it is not working as i wrote it. i attached the pic. thank you for you help
  2. M

    how to make a criteria in a query in ms access web

    hello, i want to make a criteria in my query in a column as belowL: <[Forms]![Projects]![Real_date] projects is the name of my form and real_date is the name of my field in my form. but i have this error message you have attempted to use an undeclared parameter. what should i do to have...
  3. M

    filter in query

    hello i wrote the below filter in a query in ms access but it doesn't work can you help me please? thank you Between Format([Forms]![frm_Charts]![Text109];"yyyy-mm-dd") And Format([Forms]![frm_Charts]![Text111];"yyyy-mm-dd")
  4. M

    how to email an excel file

    they enter it via outlook
  5. M

    how to make an excel file and export it to mail

    hello thank you for your help but i want to fill out the email address manually and without message is it possible in this way as well?
  6. M

    how to make an excel file and export it to mail

    Hello i want to make an excel file from a query and then export it to mail. can you guide me please how to do this? i want to make an excel and then send it as an attachhment. also i want to insert the mail address to manually because each time it is sent to a different person. thank you
  7. M

    how to email an excel file

    thank you for your reply but i want that the user enters the email address in this link i found how to create a new message but i don't know how to use it with creating the excel file and put this excel file in attachment, do you know this? can you help us please?
  8. M

    how to email an excel file

    i also got this warning i uploaded it
  9. M

    how to email an excel file

    yes i had this message run time error 2295 unknown message recipient the message was not sent
  10. M

    how to email an excel file

    hello i found this but it wasn't ok for me DoCmd.SendObject acQuery, stDocName, "MicrosoftExcelBiff5(*.xls)", "C:\TEMP\Misc.xls", "", "", "Query in XL Format", "This is the Body Text", False, ""
  11. M

    how to email an excel file

    hello, i have a query in ms access i want to makew an excel file from that and then send it via email can you help me please? thank you
  12. M

    how to have a query with expression in ms access web database

    but this is not a web query and it is in windows access. so the group bys are enabled. but i need group bys in a web access database. do you know how ?
  13. M

    how to insert from a query to a table when the query is changed

    Hello i work with access web database. in access web aggregate functions are disabled in query design. so i made a query in client and i thought then i can insert this data to another web table. but i don't know how to update this table. because the source tbale of the query is also updated...
  14. M

    how to have a query with expression in ms access web database

    i also don't inderstand your solution can you explain more please? also group by is not active in ms access web database how can i active group by in ms access web database?
  15. M

    how to have a query with expression in ms access web database

    hello but this is web access and group by is not enabled in creating a query the attachment is my database i want to have based on checkpoints table: Number of checkpoints for each area and creation date
  16. M

    how to have a query with expression in ms access web database

    hello i want to make a query in ms access web , to count the numbe of ids of a table group by two other fields. but in ms access web it is impossible to work with count function. can you help me please how i can do this. in addition group by symbol is also disabled and i don't know how it...
  17. M

    enabling scroll bars in a form in ms access web database

    Hello i have a form in a web database when i work within a monitor it works fine and i can see all of the columns in it but when i work within a labtop it doesn't work and i need a scroll bar to see all of the fields but when i change the status of the scroll bar to both it doesn't work can...
  18. M

    how to show an attachment in a form

    helllo, thank you very much but is there a way to work with macro? i mean to make the pdf file with macro?
  19. M

    how to show an attachment in a form

    I mean how is it possible to make this form like a PDF file? I mean how to send this form to a PDF file Thank you
  20. M

    how to show an attachment in a form

    thank you do you know how can i show each of rows of a datasheet in a pdf format?
Back
Top Bottom