Search results

  1. A

    Import into access help needed

    Hello all, At work I access my files thou an address in the browser like http://"ip address"/something/something2/ - here are some xls files ( this is a dummy link since i can't say the exact address ). From excel I can access this link and download a certain xls file that is generated...
  2. A

    Update a field in a table from a form with vba /problem

    Hello all, I have the following problem . I have a command button that inserts and e-mail adress in a table. In the same clikc event i want to update the field in another table that corresponds to the e-mail clicked. Unfortunately,don't know why ( probably because i don't know very well...
  3. A

    DoCmd.TransferSpreadsheet and microsoft jet database problem,pls help

    Hello all, I have the a form with a button ( at least one of them does what i'll depict:) ) that should export some tables previously created by another command button ,to an existing excel file and each in a specifc cell range. The file is copied form a shared location to the folder...
  4. A

    AllowEdits subform (continuous) based on command/toggle button- help

    Hello all, And Merry Christmas . I have the folowing situation : - main form L2_FtGroup_Contacts - subform (continous,made to look like a datasheet) ,with AllowEdits NO by default - L2_FtGroup_Contacts_sub -in the Detail section of the subform (continuous) i have a button that...
  5. A

    Multiple criteria (textbox and OptionGroup) on filter subform

    Hello guys, Once again I hope you will help me as usually happen. I have the following situation : - one form and subform ( set to start and show all records - datasheet style) - a textbox that filters the subform based on what is written in it ( more exactly matches what is written...
  6. A

    Option group to filer subform

    Hello everyone, I'm trying to use an option group to filter a subform from my main form. I did try some scrips behind the option group Afterupdate event but i'm not able to make it work and actually filter the information shown in the subform. I managed in the end to kind obtain what i...
  7. A

    Late binding help,pls

    Hello all, I really need your help to convert this script that i put together and tested (works ok),but in late binding since the users have different versions of Outlook and right now it works only with outlook reference activated. The code does a simple thing - takes the current opened...
  8. A

    paste/modify the "To:" of an already open e-mail

    Hello all, I need your help in accomplishing the following thing: - i want to be able to paste a recordset in an existing(opened e-mail) Right now i have some code that accplishes a part of this - i paste the recordset to the "To:" of an e-mail that is created. I want to open...
  9. A

    well...Hello everyone :)

    I'm Asghaar. I've been working for about 1 year with access and now i had to step to the next level and do my first "application" ( don't tell the people at my work that those are just some forms:) ). In my searching to improve and find solutions for different problems i stumbled across this...
  10. A

    Store values in avariable and use it as To for Outlook

    Hello all, Here is the situation i confront with and need your help: - I have different forms that use to manage different information's (like countries contacts,technical team's contacts etc) - the details regarding this contacts are shown in a datasheet subform found in each main...
Back
Top Bottom