Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. littleman

    Populating Fields

    Hi, I have a pop-up form and call field values from another form using statements like the following under the default value of the field where I want the data to go: Forms!frmClients!Agent1! This works great, however, if there is nothing in the origional field then it plugs a '0' into the...
  2. littleman

    Something in Place of Me!

    I'm having problems running the following within a module in that Access will not recognize the Me! aspect of the code: 'If Me!AgentSeconda = " " Then ' Fdf_Output.FDFSetValue "GA1", " ", False 'Else ' Fdf_Output.FDFSetValue "GA1&quot...
  3. littleman

    Emailing from Access

    Thanks a lot. I appreaciate that. There's 2 issues though. a) I only want the email to send if RYAN is selected. b) I don't see a place within the code that you created where I can write the email address that you are sending the mail to? Thanks again, Ryan.
  4. littleman

    Error Msg 'No Current Record'

    I figured out what the problem is but don't know how to fix it. I have a main form containing 5 tabs. One of these tabs is labelled 'Notes' and whenever the current client, who is showing on the form, has nothing entered under this tab I get the error message if I close the form while s/he is...
  5. littleman

    Error Msg 'No Current Record'

    ACTUALLY...it has nothing to do with the onclose event procedure...I just deleted the entire code and tried to close the form (without any procedure) and I still got the error message... Any ideas what else it could be?

Part and Inventory Search

Back
Top