Search results

  1. D

    Linking access to an e-mail form

    Hi All Not sure if this is possible or not I currently have a table of e-mail addresses, names and dates I am looking to send each individual a confirmation on the date they are due. All this works fine when sending the e-mail as a normal mail I am looking to get these fields imported into...
  2. D

    AS400 ODBC Configuration

    Hi All I need some help with configuring an odbc connection. The issue is that when I go to another site I cant access the AS400 tables I think this is due to the drivers being different on each site. I have tried using "NS/ODBC" on system DSN this worked once and then crashed. On the site...
  3. D

    Sub forms changing source code

    Hi Please help ! I have a form on which I require several sub forms I have created controls on The sub forms to change the sourceobject of unbound sub forms. However I am having problems seting the link criteria to come from the previous sub form It does work when using normal forms and using...
  4. D

    Automaticly changing linked tables

    Hi I have a small issue with a database I have developed The issue is that our servers in work are not known for there reliability I have several backend databases linked in to frount end user databases all linked tables are currently linked to W: and all user databases are on the pc its self...
  5. D

    Find E-mail Address

    Hi Is there any way that access can link to outlook and return the users e-mail address. Guess I am just being lazy but it would save compiling a list of e-mail addresses The reason I ask this is we are looking to automate mails to specific users who are still logged on to a database which...
  6. D

    E-mail Formating

    Hi I have a piece of code which i use to drive an e-mail from a form Dim strEmail As String Dim strmessage As String DoCmd.SetWarnings False strEmail = "MyE-mail" strmessage = Title & " " & SirName & " Account No " & txtAC & " has called to cancel there Service Because They are...
Back
Top Bottom