User Profile

Collapse

Profile Sidebar

Collapse
lchomany
lchomany
Last Activity: Nov 2 '08, 10:11 PM
Joined: Sep 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • lchomany
    started a topic Macros to Add/Edit data when form opens

    Macros to Add/Edit data when form opens

    Good Day!
    I have a macro created to Open my subform and is embedded in the Command Button.
    Main Form: frmADD NEW ENTITY NAME
    Subform: frmEntityAwards

    My macro filters to the specific EntityID and I can view the awards to the particular Entity as follows [EntityID]=[Forms]![frmADD NEW ENTITY NAME]![EntityID]

    Now I want to Edit and/or ADD a new Award. Currently it won't let me add anything and...
    See more | Go to post

  • lchomany
    started a topic VBA debug message

    VBA debug message

    Can anyone tell me what the compiled error would be here?
    Saying "User-defined type not found" and
    highlighted

    objWord As Word.Document in yellow
    _______________ _______________

    Code:
    Private Sub cmdWordMailMerge_Click()
    On Error GoTo Err_cmdWordMailMerge_Click
    
        Dim strMsg, strMsgStyle, strMsgResponse, strPath, strName As String
        Dim objWord As Word.Document
    ...
    See more | Go to post
    Last edited by NeoPa; Oct 14 '08, 07:48 PM. Reason: Please remember to use the [CODE] tags provided

  • lchomany
    started a topic Setting a field as an e-mail portal

    Setting a field as an e-mail portal

    I have a text box created in my database form where you can insert a hyperlink - which will open up a webpage or powerpoint or word doc or excel doc. What I want to do is insert ANY e-mail address and it starts outlook. I know I can go into design view and insert my e-mail address and it works, but then it appears in the following new pages as well. I want this to be an individual address for each and every page. Is that possible?
    See more | Go to post
No activity results to display
Show More
Working...