Search results

  1. F

    Text in field is too long to see

    I am just wondering if there is a way to set a form's fields to automatically grow and shrink as needed for the information to be visible all at once, without using the shift F2 feature?
  2. F

    Run a converted Macro. Beginner's question.

    My code is below. It runs fine in VBA, I just can't get it to work as a macro, I would ideally like it to be a button on my form. Option Compare Database Private Function MyFunction() Dim MyDb As DAO.Database Dim rsEmail As DAO.Recordset Dim sToName As String Dim sSubject As String Dim...
  3. F

    Run a converted Macro. Beginner's question.

    I am having the same problem, I changed it to a function, but when I try to put in the RunCode with argument converted macro title it tells me that the file isn't accessible? If i simply use the pull down menu to find the function it won't allow me to select it.
  4. F

    Code not running

    Thanks for the help, even though I'm kind of slow...talking it out made me figure out what I was missing. My boss just shouted yahoo! from the back of the office when he got his email from it!!!
  5. F

    Code not running

    There are actually 25 fields, including the '0' and 11 is the correct value for the column I need. Are the fields running from the database or the query?
  6. F

    Code not running

    Thanksfor that. Now it is telling me the line: If IsNull(.Fields(11)) = False Then Is not found in this collection
  7. F

    Code not running

    I tried both of these at the end of my code (with the corrected CurrentDB) I still get the same error message...was that the correct place to put them? Is there supossed to be something before the code?
  8. F

    Code not running

    Yes, that is how I got the error message "Invalid Outside Procedure"
  9. F

    Code not running

    What does that mean? I seriously never saw any of this stuff before a week ago, I'm flying totally blind
  10. F

    Code not running

    Yes it does
  11. F

    Code not running

    That should be CurrentDb() I pasted an old copy of my manipulations, either way it still comes up with the same error message when I fun it.
  12. F

    Code not running

    Hi, I have been searching through this and many forums to get an idea of what I need. I had literally never seen Access before this task got handed to me last week! I need to generate automatic email reminders for due dates. From what I can figure it is easiest if I make it all work on a...
Back
Top Bottom