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...
User Profile
Collapse
-
Macros to Add/Edit data when form opens
-
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 -
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?
No activity results to display
Show More