Recent content by Ecc_9:10

  1. E

    SendKeys "%{S}" Not Working anymore?

    It gives a runtime 287 error
  2. E

    SendKeys "%{S}" Not Working anymore?

    Send never worked for me that's why I had to use SendKeys, however I have just added true to sendkeys line and its working. I'm not sure if this will hold up though.
  3. E

    SendKeys "%{S}" Not Working anymore?

    Hi there, This was working and suddenly it is only opening the email and not sending automatically so SendKeys has stopped functioning. Is there anything else I can do. (PS complete newbie - please speak in lay mans terms as best as you can, I really am just trying my best to get things...
  4. E

    The record source " qu_sample" specified on this form does not exist.

    ok I will try by sending them each an email. @Gasman you were correct - I don't think I gave the correct permissions to the SPList so have asked for this to be tested again. Hopefully this will have solved it.
  5. E

    The record source " qu_sample" specified on this form does not exist.

    Will do. Now some of the other colleagues are getting a message that says they cannot open the database because it is being used/locked by admin. It seems like only one user can open the FE at a time. Surely this cannot be correct .
  6. E

    The record source " qu_sample" specified on this form does not exist.

    Yes this is exactly what I thought - the source tbl for the query is a Sharepoint list and said colleague did not have access so I have granted access thinking this is what was causing the problem as it was the problem for my other colleage, but we are still getting an error message. Yes it is...
  7. E

    The record source " qu_sample" specified on this form does not exist.

    For some reason when testing in a user environment colleagues are getting this error message when clicking on a button linked to form, however when I open the database and click it, its opens and runs just fine. I know it has to be something simple but I cant seem to think why it is saying the...
  8. E

    This database was created with the 64-bit version of Microsoft Access. Please open it with the 64-bit version of Microsoft Access.

    Hi everyone, I'm an access newbie attempting to put a database in a trial environment and some users are getting the above error message when they try to open the file. I have saved it as an accde file for security. Do I have to create a 32-bit version for them to open it and if so how would I...
  9. E

    Search Button Not Finding Record and populating the text boxes on form.

    The form is bound. I think I just got frustrated because I couldn't figure out the code for the search button (on click) after the text box matches the users choice from the list box If any one could help me with this I would very grateful.
  10. E

    Search Button Not Finding Record and populating the text boxes on form.

    I don't have more than one person with the same name - the FName was just an example its not the actual data that is in that field. There can be no duplicates in the field i am using.
  11. E

    Search Button Not Finding Record and populating the text boxes on form.

    Hi all, I need a form to populate once an option is chosen from a listbox. What I having working: User Types into a textbox The list box filters based on value in the text box The user chooses item from the list The text box now matches this Where I am experiencing problems: The user...
  12. E

    I need to be able to type in text box and for the list box to show me all similar text. No VBA )-:

    I have done this and have managed to get access to use VBA I have just checked and seems to be working now.
  13. E

    I need to be able to type in text box and for the list box to show me all similar text. No VBA )-:

    Hi Pat, I tried this but it's not doing what I wanted it to do. Also update ...I now can use VBA as I have been given some the permission to do so. This is how I wanted the combo box to work:- For example if the list contains the following: Avengers 1- (AV1) Avengers 2 (AV2) Avengers 3...
  14. E

    I need to be able to type in text box and for the list box to show me all similar text. No VBA )-:

    Sorry Excel using my own personal excel account. When I used the work excel nothing worked so I started using Access and only the macro builder.
  15. E

    I need to be able to type in text box and for the list box to show me all similar text. No VBA )-:

    @Pat Hartman Yes that's what I want. A textbox that controls the filtering of a list box, but I am not able to use the code builder. Functionality of the form only works when I use the macro builder and I am not quite sure how to achieve what I want to using the macro builder. @theDBguy I...
Back
Top Bottom