Search results

  1. E

    Datepicker

    I know there has been lots of posts, but I have searched and can not find anything on my particular issue. I have a form that launches several reports from command buttons. On this form I have a tow date fields as part of the criteria. I have them set a short date and to use datpicker I...
  2. E

    http:// doubling up (http://http://)

    I have a form with a button that does this: The field on the form is called [Map] and it contains something like http://www.thelink.com The button works, except it opens up ie with this address: http://http://www.thelink.com If at a loss, I think I need to somehow strip the http:// out...
  3. E

    Deleting Tasks using Late Binding

    I am having to change my code to late binding (:(just when I had early binding all figured out) due to issues with different versions of Outlook. I am stuck on a piece that deletes tasks. Here is what i am working with.. ------------------------------------ Dim strFilter As String...
  4. E

    Number Sorting

    I have a subform that is set to display as continuous and one of the fields I sort on is a text field that contains single and double digit numbers. ie.. 1 2 3 . . 23 24 etc.. The problem is that 23 sorts before 3. In this form I cannot force leading zeros, it is not an option as 023 may not...
  5. E

    Set rs = db.OpenRecordset - Fails

    Trying to generate an email from email addresses pulled from a query. I have parts of this code working in other areas But his one never makes it past the line: Set rs = db.OpenRecordset("qry_EmailAddresses") No errors, no nothing. I have put message boxes in to see where the...
  6. E

    Must close and reload form to enter data

    I'm stumped and I need help with a weird problem. I have a form that pops open another form from a command button. When I open (pop) the subform I can not enter any data into it. If I close it and reopen it then I can enter data with no problems. What could be causing this?
Back
Top Bottom