Search results

  1. E

    Code for bulk importing .txt file into seperate records same table

    I have 12,000 cvs that i need to get into An access database so i can start to extract email info etc. They are stored in one folder All Cvs under each of their names edc.txt (i have converted them to .txt) i want to create one table with two fields name (taken from the cv filename and contents...
  2. E

    Massive Integration Problem Any ideas?

    Hi, i am currently helping a company which uses several different versions of Access. The Financial side is run on Windows 98 PCs and built in Access 2.0! the HR Side is running on windows XP and vista and using Access 2007. THey want to get on to the web and integrate all their databases so ID...
  3. E

    Creating Custom Right Click Menu to act on Highlighted text .

    Hi, I have a I want to create a custom right hand click menu that will allow the user to do the following. Select certain text in a memo field. Right Click and depending on the options the choose from the menu transfer copy of the selected text into another Memo field and bullet point it. For...
  4. E

    Generating Emails of Selected records in a continuos subform.

    Right!! I am trying to send an email to all the records i have selected from a continuous form ... my code at the moment is not even start due to activex or ole problems (not sure what it means ) but can anyone look at the code i haev written and tell me why or whether it is any good .. i thikn...
  5. E

    Refreshing a Form

    Hi, What is the best way to refresh a form (this is a subform) to make sure the information is current it only needs to be every couple of minutes maybe? Cheers ed
  6. E

    Is there a way of checking t osee if Outlook is open ?

    Hi, I have written a vb function to email from within access using outlook but have noticed that when outlook is not open it just hangs the whole schbang! Is there code i can add to check to see if outlook is open and if not open it to avoid this problem? Cheers Ed
  7. E

    Searching Memo and matching against Multiple Criteria

    Hi, I want to search a cv field (data type memo) and match it against multiple criteria for instance - Administrator, Hospital, Degree etc ... this would be looking for someone who has experience in administration possibly in hospitals with a degree .... can anyone suggest the best way of doing...
  8. E

    How do i send an Outlook message on the push of a button?

    I want to pull up an outlook send message window, the address having been taken off the access form .... how do i do this. I have looked up code but it looks complicated is it? Also unsure how to call a module once i have written or in my case copied it!!!!! aaaaahhhhh!
  9. E

    Filtering all but Fields with no DAte in a case statement

    Hi guys am trying to Filter all records that have been archived in a form. I know i can just build the form on a query excluding them but i want to be able to see and not see them. So i wrote this code - Private Sub Check259_AfterUpdate() Select Case Me!Check259.Value Case True...
Back
Top Bottom